This commit is contained in:
milisbir 2018-08-21 21:07:12 +03:00
parent 291939de59
commit b7af1382c1
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Tanım: Rednex GameBoy Development System
# URL: https://github.com/rednex/rgbds/
# Paketçi: milisarge
# Gerekler: libpng
# Grup: sistem
isim=rgbds
surum=0.3.7
devir=1
kaynak=(https://github.com/rednex/rgbds/releases/download/v$surum/rgbds-$surum.tar.gz)
derle() {
cd "$SRC/$isim-$surum"
make
make DESTDIR="$PKG" PREFIX=/usr mandir="/usr/share/man" install
install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
}