summaryrefslogtreecommitdiff
path: root/test/libremakepkg.d/PKGBUILD-signed
blob: 0979a85a65f121d39a9e87d1e70f7406f3ca0dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}