aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/libqrencode/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-10-21 08:43:09 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-10-21 08:43:09 +0000
commit72a9fb5a614919a49c73f9c74b5e2c1d15fab4de (patch)
tree864be800afe7334bebce7590a24afbb2c3e6f9db /repos/extra/libqrencode/abuild
parentd12fa581393be70729a0fcc7e564e38b2f3780d1 (diff)
downloadalicelinux-72a9fb5a614919a49c73f9c74b5e2c1d15fab4de.tar.gz
alicelinux-72a9fb5a614919a49c73f9c74b5e2c1d15fab4de.zip
libqrencode: new added
Diffstat (limited to 'repos/extra/libqrencode/abuild')
-rw-r--r--repos/extra/libqrencode/abuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/repos/extra/libqrencode/abuild b/repos/extra/libqrencode/abuild
new file mode 100644
index 00000000..90833ad7
--- /dev/null
+++ b/repos/extra/libqrencode/abuild
@@ -0,0 +1,9 @@
+name=libqrencode
+version=4.1.1
+release=1
+source="https://github.com/fukuchi/${name}/archive/v${version}/${name}-v${version}.tar.gz"
+build_type=configure_build
+
+prebuild() {
+ ./autogen.sh
+}