summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-26 19:45:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-26 19:45:28 +0200
commit0fe5ca486bb2464b25bfa03e5deea165facb5088 (patch)
treedc9f3197ec02ee8ec8174b501104c3802ebc57af /community
parent98b27c442344a2ab3f70fc765e5e18ceecdbbfa7 (diff)
downloadpackages-0fe5ca486bb2464b25bfa03e5deea165facb5088.tar.xz
moved fasm to community (maybe it will work now finally?!)
Diffstat (limited to 'community')
-rw-r--r--community/fasm/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/fasm/PKGBUILD b/community/fasm/PKGBUILD
new file mode 100644
index 00000000..15201927
--- /dev/null
+++ b/community/fasm/PKGBUILD
@@ -0,0 +1,13 @@
+depends_i486+=('glibc')
+depends_i686+=('glibc')
+depends_pentium4+=('glibc')
+
+eval "$(
+ declare -f build | \
+ sed '
+ /if .*CARCH.* == .*x86_64.*/,/fi/{s/.*//g}
+ /mv/ i \
+ SRCDIR=Linux \
+ ./fasm source/${SRCDIR}/fasm.asm
+ '
+)"