commit 00b2e8acdd8babee635efdb4cf6bfc49c7ea6aff Author: alecs Date: Fri May 14 22:02:51 2021 +0200 initial clout commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..80653ec --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Arch Cringe Repository + +Potranno levare ```figa``` dalla AUR ma non potranno levare AUR dalla ```figa``` diff --git a/make-db.sh b/make-db.sh new file mode 100755 index 0000000..42eaa9b --- /dev/null +++ b/make-db.sh @@ -0,0 +1,5 @@ +#! /bin/bash + +cd ./x86_64 +rm ArchCringeRepository* +repo-add ArchCringeRepository.db.tar.gz *.pkg.* diff --git a/pkgbuilds/figa/PKGBUILD b/pkgbuilds/figa/PKGBUILD new file mode 100644 index 0000000..b58bb31 --- /dev/null +++ b/pkgbuilds/figa/PKGBUILD @@ -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 +} diff --git a/x86_64/ArchCringeRepository.db b/x86_64/ArchCringeRepository.db new file mode 120000 index 0000000..f10aee7 --- /dev/null +++ b/x86_64/ArchCringeRepository.db @@ -0,0 +1 @@ +ArchCringeRepository.db.tar.gz \ No newline at end of file diff --git a/x86_64/ArchCringeRepository.db.tar.gz b/x86_64/ArchCringeRepository.db.tar.gz new file mode 100644 index 0000000..f3efcd1 Binary files /dev/null and b/x86_64/ArchCringeRepository.db.tar.gz differ diff --git a/x86_64/ArchCringeRepository.files b/x86_64/ArchCringeRepository.files new file mode 120000 index 0000000..d6ca4d5 --- /dev/null +++ b/x86_64/ArchCringeRepository.files @@ -0,0 +1 @@ +ArchCringeRepository.files.tar.gz \ No newline at end of file diff --git a/x86_64/ArchCringeRepository.files.tar.gz b/x86_64/ArchCringeRepository.files.tar.gz new file mode 100644 index 0000000..9749dac Binary files /dev/null and b/x86_64/ArchCringeRepository.files.tar.gz differ diff --git a/x86_64/figa-1.1-1-x86_64.pkg.tar.zst b/x86_64/figa-1.1-1-x86_64.pkg.tar.zst new file mode 100644 index 0000000..1c184d0 Binary files /dev/null and b/x86_64/figa-1.1-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/figasm-69.420-1-x86_64.pkg.tar.zst b/x86_64/figasm-69.420-1-x86_64.pkg.tar.zst new file mode 100644 index 0000000..8061ac1 Binary files /dev/null and b/x86_64/figasm-69.420-1-x86_64.pkg.tar.zst differ