Aggiunto pkgbuild honusbot-cli

This commit is contained in:
alecs 2021-05-15 23:41:36 +02:00
parent 0dd752c0cd
commit fdfbfd0e04
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
pkgname=honusbot-cli
pkgver=1
pkgrel=1
pkgdesc="curse per la tua arch"
arch=('any')
url="https://git.ignuranza.net/HonusBot/honusbot-cli.git"
makedepends=('git')
depends=('curl' 'jq' 'imagemagick' 'bash' 'feh' 'xargs' 'viu')
build() {
git clone "${url}"
}
package() {
cd "${pkgname}"
mkdir -p "$pkgdir/usr/bin"
install "$pkgname.sh" "$pkgdir/usr/bin/$pkgname.sh"
}