initial clout commit
This commit is contained in:
commit
00b2e8acdd
3
README.md
Normal file
3
README.md
Normal 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
5
make-db.sh
Executable 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
19
pkgbuilds/figa/PKGBUILD
Normal 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
|
||||||
|
}
|
1
x86_64/ArchCringeRepository.db
Symbolic link
1
x86_64/ArchCringeRepository.db
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
ArchCringeRepository.db.tar.gz
|
BIN
x86_64/ArchCringeRepository.db.tar.gz
Normal file
BIN
x86_64/ArchCringeRepository.db.tar.gz
Normal file
Binary file not shown.
1
x86_64/ArchCringeRepository.files
Symbolic link
1
x86_64/ArchCringeRepository.files
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
ArchCringeRepository.files.tar.gz
|
BIN
x86_64/ArchCringeRepository.files.tar.gz
Normal file
BIN
x86_64/ArchCringeRepository.files.tar.gz
Normal file
Binary file not shown.
BIN
x86_64/figa-1.1-1-x86_64.pkg.tar.zst
Normal file
BIN
x86_64/figa-1.1-1-x86_64.pkg.tar.zst
Normal file
Binary file not shown.
BIN
x86_64/figasm-69.420-1-x86_64.pkg.tar.zst
Normal file
BIN
x86_64/figasm-69.420-1-x86_64.pkg.tar.zst
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user