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
}
