# Dirty package to pkgname=hello.sh pkgrel=1 pkgver=0 arch=(armv7h i686 x86_64) license=(GPL2) source=(hello.sh) sha512sums=(SKIP) package() { install "hello.sh" -t "$pkgdir" sed "s/world/World/g" "$startdir/hello.install" > "$startdir/hello.install.pkg" true && install=hello.install.pkg }