initial clout commit

This commit is contained in:
alecs 2021-05-14 22:02:51 +02:00
commit 00b2e8acdd
9 changed files with 29 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Arch Cringe Repository
Potranno levare ```figa``` dalla AUR ma non potranno levare AUR dalla ```figa```

5
make-db.sh Executable file
View File

@ -0,0 +1,5 @@
#! /bin/bash
cd ./x86_64
rm ArchCringeRepository*
repo-add ArchCringeRepository.db.tar.gz *.pkg.*

19
pkgbuilds/figa/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
}

View File

@ -0,0 +1 @@
ArchCringeRepository.db.tar.gz

Binary file not shown.

View File

@ -0,0 +1 @@
ArchCringeRepository.files.tar.gz

Binary file not shown.

Binary file not shown.

Binary file not shown.