aboutsummaryrefslogtreecommitdiff
path: root/libqrencode/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-10-21 08:45:30 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-10-21 08:45:30 +0000
commitae515e8dd7ba344a4bee1a66e4ccb00e1f14860b (patch)
treef9ab7454d4cc29f7c30263ca98b964cbe028da32 /libqrencode/abuild
parentde184df0592e40bfd1ccef515498bdad9a5487cc (diff)
downloadalicelinux-ae515e8dd7ba344a4bee1a66e4ccb00e1f14860b.tar.gz
alicelinux-ae515e8dd7ba344a4bee1a66e4ccb00e1f14860b.zip
Woodpecker CI 2e064537419ba223d15cb0193eef0bb7fe5e6f6c [SKIP CI]
Diffstat (limited to 'libqrencode/abuild')
-rw-r--r--libqrencode/abuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/libqrencode/abuild b/libqrencode/abuild
new file mode 100644
index 00000000..90833ad7
--- /dev/null
+++ b/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
+}