commit 72a9fb5a614919a49c73f9c74b5e2c1d15fab4de parent d12fa581393be70729a0fcc7e564e38b2f3780d1 Author: emmett1 <emmett1.2miligrams@protonmail.com> Date: Tue, 21 Oct 2025 08:43:09 +0000 libqrencode: new added Diffstat:
| A | repos/extra/libqrencode/.checksum | | | 1 | + |
| A | repos/extra/libqrencode/.files | | | 15 | +++++++++++++++ |
| A | repos/extra/libqrencode/abuild | | | 9 | +++++++++ |
3 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/repos/extra/libqrencode/.checksum b/repos/extra/libqrencode/.checksum @@ -0,0 +1 @@ +78bf8bbcfb037140d0e98dc355e77416c9c9b0fd3ac12fd6e767b07d68f60f8c libqrencode-v4.1.1.tar.gz diff --git a/repos/extra/libqrencode/.files b/repos/extra/libqrencode/.files @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/qrencode +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/qrencode.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libqrencode.so -> libqrencode.so.4.1.1 +lrwxrwxrwx root/root usr/lib/libqrencode.so.4 -> libqrencode.so.4.1.1 +-rwxr-xr-x root/root usr/lib/libqrencode.so.4.1.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libqrencode.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/qrencode.1.gz diff --git a/repos/extra/libqrencode/abuild 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 +}