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