lots of stuff
This commit is contained in:
parent
32d66a7f56
commit
b859e777d0
91 changed files with 2156 additions and 532 deletions
|
@ -1,5 +1,5 @@
|
|||
pkgname=freetype
|
||||
pkgver=2.10.4
|
||||
pkgver=2.11.0
|
||||
|
||||
fetch() {
|
||||
curl "https://download-mirror.savannah.gnu.org/releases/freetype/freetype-$pkgver.tar.xz" -o $pkgname-$pkgver.tar.xz
|
||||
|
@ -24,6 +24,10 @@ package() {
|
|||
DESTDIR=$pkgdir samu install
|
||||
}
|
||||
|
||||
backup() {
|
||||
return
|
||||
}
|
||||
|
||||
license() {
|
||||
cd $pkgname-$pkgver
|
||||
cat LICENSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue