milis/talimatname/genel/f/fasm/talimat

20 lines
392 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: Hızlı ve verimli fasm assembly derleyicisi
# URL: https://flatassembler.net/
# Paketçi: milisarge
# Gerekler:
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/
}