milis/talimatname/genel/r/rgbds/talimat

18 lines
436 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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"
}