moving packages

This commit is contained in:
Ella-0 2021-07-31 12:55:09 +00:00
parent d2235a7fc5
commit 7488ce0293
48 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,23 @@
pkgname=gettext-tiny
pkgver=master
fetch() {
curl -L "https://github.com/sabotage-linux/gettext-tiny/archive/master.tar.gz" -o $pkgname-$pkgver.tar.gz
tar -xf $pkgname-$pkgver.tar.gz
}
build() {
cd $pkgname-$pkgver
ckati
}
package() {
cd $pkgname-$pkgver
ckati install DESTDIR=$pkgdir prefix=/usr
}
license() {
cd $pkgname-$pkgver
cat LICENSE
# cat COPYING
}