milis/talimatname/genel/f/fasm/talimat
2018-08-15 08:32:10 +00:00

20 lines
412 B
Text
Raw Permalink 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: Hızlı ve verimli fasm assembly derleyicisi
# URL: https://flatassembler.net/
# Paketçi: milisarge
# Gerekler:
# Grup: geliştirme
isim=fasm
surum=1.72
devir=1
kaynak=(https://flatassembler.net/fasm-$surum.tgz)
derle() {
cd "$SRC/fasm"
SRCDIR=Linux/x64
./fasm.x64 source/${SRCDIR}/fasm.asm
mv source/${SRCDIR}/fasm ./fasm
mkdir -p $PKG/usr/bin
install -m755 fasm $PKG/usr/bin/
}