Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8056>
26 lines
845 B
Text
26 lines
845 B
Text
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
|
|
maintainer="Casey Connolly <kcxt@postmarketos.org>"
|
|
pkgname=postmarketos-mkinitfs-hook-ci
|
|
pkgver=4
|
|
pkgrel=0
|
|
pkgdesc="Hook for doing automated CI tests in the initramfs"
|
|
url="https://postmarketos.org"
|
|
source="
|
|
05-ci.sh
|
|
05-ci.files
|
|
"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -Dm755 "$srcdir"/05-ci.sh \
|
|
"$pkgdir"/usr/share/mkinitfs/hooks/05-ci.sh
|
|
install -Dm644 "$srcdir"/05-ci.files \
|
|
"$pkgdir"/usr/share/mkinitfs/files/05-ci.files
|
|
}
|
|
|
|
sha512sums="
|
|
1fed0452581f0384c5fa1178e800f8d8aa1a3af8ecb2626006a3b284d7983d772c6abf3cf23c5cbca105344915224377059dcf6784e9cf70ca54720e6d5fa896 05-ci.sh
|
|
26d665b817a4978dca44e0c697d98e12c58fa7941da86b9e3bfef6ecb0791d55859c0b671c00d7f88cfca688acf0dcc3e593ca5d8dd3cc094f582b49dabea645 05-ci.files
|
|
"
|