From ae515e8dd7ba344a4bee1a66e4ccb00e1f14860b Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 21 Oct 2025 08:45:30 +0000 Subject: Woodpecker CI 2e064537419ba223d15cb0193eef0bb7fe5e6f6c [SKIP CI] --- libqrencode/.checksum | 1 + libqrencode/.files | 15 +++++++++++++++ libqrencode/abuild | 9 +++++++++ 3 files changed, 25 insertions(+) create mode 100644 libqrencode/.checksum create mode 100644 libqrencode/.files create mode 100644 libqrencode/abuild (limited to 'libqrencode') diff --git a/libqrencode/.checksum b/libqrencode/.checksum new file mode 100644 index 00000000..8dd0fd9a --- /dev/null +++ b/libqrencode/.checksum @@ -0,0 +1 @@ +78bf8bbcfb037140d0e98dc355e77416c9c9b0fd3ac12fd6e767b07d68f60f8c libqrencode-v4.1.1.tar.gz diff --git a/libqrencode/.files b/libqrencode/.files new file mode 100644 index 00000000..60e1ffd8 --- /dev/null +++ b/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/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 +} -- cgit v1.2.3