cringe/pkgbuilds/figa/PKGBUILD

20 lines
357 B
Bash
Raw Normal View History

2021-05-14 22:56:12 +02:00
pkgname=figa
_gitname=kslf
pkgver=1.1
2021-05-14 22:02:51 +02:00
pkgrel=1
2021-05-14 22:56:12 +02:00
pkgdesc='Che schifo la figa, meglio Linux!'
arch=('i686' 'x86_64' 'arm')
license=('free')
2021-05-14 22:02:51 +02:00
makedepends=('git')
2021-05-14 22:56:12 +02:00
depends=('lsb-release')
provides=('figa')
conflicts=('figa')
source=("git://github.com/crisbal/kslf.git")
md5sums=('SKIP')
2021-05-14 22:02:51 +02:00
package() {
2021-05-14 22:56:12 +02:00
cd "$_gitname"
install -Dm 775 figa "$pkgdir/usr/bin/figa"
2021-05-14 22:02:51 +02:00
}