summaryrefslogtreecommitdiff
path: root/test/libremakepkg.d/PKGBUILD-signed
diff options
context:
space:
mode:
Diffstat (limited to 'test/libremakepkg.d/PKGBUILD-signed')
-rw-r--r--test/libremakepkg.d/PKGBUILD-signed17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/libremakepkg.d/PKGBUILD-signed b/test/libremakepkg.d/PKGBUILD-signed
new file mode 100644
index 0000000..0979a85
--- /dev/null
+++ b/test/libremakepkg.d/PKGBUILD-signed
@@ -0,0 +1,17 @@
+pkgname='libretools-signed'
+pkgver=1.0
+license=('GPL')
+url='https://parabola.nu'
+
+source=(hello.sh{,.sig})
+sha256sums=('1e70cef0dfe5ce1120ccde5e1551c7277bcddaa75a1808f49512f404e6b8aec8'
+ 'SKIP')
+
+pkgrel=1
+arch=(any)
+depends=(sh)
+
+package() {
+ cd "$srcdir"
+ install -Dm755 hello.sh "$pkgdir"/usr/bin/libretools-hello
+}