aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/libqrencode
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/libqrencode
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/libqrencode')
-rw-r--r--repos/extra/libqrencode/.checksum1
-rw-r--r--repos/extra/libqrencode/.files15
-rw-r--r--repos/extra/libqrencode/abuild9
3 files changed, 0 insertions, 25 deletions
diff --git a/repos/extra/libqrencode/.checksum b/repos/extra/libqrencode/.checksum
deleted file mode 100644
index 8dd0fd9a..00000000
--- a/repos/extra/libqrencode/.checksum
+++ /dev/null
@@ -1 +0,0 @@
-78bf8bbcfb037140d0e98dc355e77416c9c9b0fd3ac12fd6e767b07d68f60f8c libqrencode-v4.1.1.tar.gz
diff --git a/repos/extra/libqrencode/.files b/repos/extra/libqrencode/.files
deleted file mode 100644
index 60e1ffd8..00000000
--- a/repos/extra/libqrencode/.files
+++ /dev/null
@@ -1,15 +0,0 @@
-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
deleted file mode 100644
index 90833ad7..00000000
--- a/repos/extra/libqrencode/abuild
+++ /dev/null
@@ -1,9 +0,0 @@
-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
-}