Aggiunto pkgbuild di figa og

This commit is contained in:
alecs 2021-05-14 22:56:12 +02:00
parent acb83a991c
commit 0dd752c0cd
2 changed files with 33 additions and 14 deletions

View File

@ -1,19 +1,19 @@
pkgname=figasm
pkgver=69.420
pkgname=figa
_gitname=kslf
pkgver=1.1
pkgrel=1
pkgdesc="figasm è una semplice port in Assembly del celebre figa"
arch=('x86_64')
url="https://git.ignuranza.net/chic_luke/figasm.git"
license=('SWAG')
pkgdesc='Che schifo la figa, meglio Linux!'
arch=('i686' 'x86_64' 'arm')
license=('free')
makedepends=('git')
build() {
git clone "${url}"
}
depends=('lsb-release')
provides=('figa')
conflicts=('figa')
source=("git://github.com/crisbal/kslf.git")
md5sums=('SKIP')
package() {
cd "${pkgname}"
make
make DESTDIR="$pkgdir" install
cd "$_gitname"
install -Dm 775 figa "$pkgdir/usr/bin/figa"
}

19
pkgbuilds/figasm/PKGBUILD Normal file
View File

@ -0,0 +1,19 @@
pkgname=figasm
pkgver=69.420
pkgrel=1
pkgdesc="figasm è una semplice port in Assembly del celebre figa"
arch=('x86_64')
url="https://git.ignuranza.net/chic_luke/figasm.git"
license=('SWAG')
makedepends=('git')
build() {
git clone "${url}"
}
package() {
cd "${pkgname}"
make
make DESTDIR="$pkgdir" install
}