index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-06-08 12:04:12 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-06-08 12:04:12 +0200 |
commit | 249205486a837399b9675cb5fc93de8588e83523 (patch) | |
tree | 7c3393b716cb578012ad9cbfb702cdba0eed17ea /src/lib/repo/arch32.sh | |
parent | ad30dbfa9d70185f67d29b87ae5b59bb3b97cc45 (diff) |
-rw-r--r-- | src/lib/repo/arch32.sh | 10 |
diff --git a/src/lib/repo/arch32.sh b/src/lib/repo/arch32.sh new file mode 100644 index 0000000..5f7c5c5 --- /dev/null +++ b/src/lib/repo/arch32.sh @@ -0,0 +1,10 @@ +pkgctl_repo_patch_arch32() { + local pkgname="$1" + + # add the remote branch with our patches + git -C "${pkgname}" remote add -m master archlinux32 https://git.archlinux32.org/packages/ + + # extend architecture with our architecture + awk -i inplace '!/^arch=[^#]*any/ {gsub(/^arch=\(/,"arch=(i486 i686 pentium4 ")}; {print}' \ + "${pkgname}/PKGBUILD" +}
\ No newline at end of file |