diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /libdeflate | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'libdeflate')
| -rw-r--r-- | libdeflate/.checksum | 1 | ||||
| -rw-r--r-- | libdeflate/.files | 17 | ||||
| -rw-r--r-- | libdeflate/abuild | 4 |
3 files changed, 22 insertions, 0 deletions
diff --git a/libdeflate/.checksum b/libdeflate/.checksum new file mode 100644 index 00000000..9dc8c789 --- /dev/null +++ b/libdeflate/.checksum @@ -0,0 +1 @@ +9b4fb3b3e6784a7c88c4c585058819c2e82f4375498c3c1875bea1a2364545b7 libdeflate-1.24.tar.gz diff --git a/libdeflate/.files b/libdeflate/.files new file mode 100644 index 00000000..89c5e7b2 --- /dev/null +++ b/libdeflate/.files @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/libdeflate-gunzip +-rwxr-xr-x root/root usr/bin/libdeflate-gzip +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libdeflate.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/libdeflate/ +-rw-r--r-- root/root usr/lib/cmake/libdeflate/libdeflate-config-version.cmake +-rw-r--r-- root/root usr/lib/cmake/libdeflate/libdeflate-config.cmake +-rw-r--r-- root/root usr/lib/cmake/libdeflate/libdeflate-targets-release.cmake +-rw-r--r-- root/root usr/lib/cmake/libdeflate/libdeflate-targets.cmake +lrwxrwxrwx root/root usr/lib/libdeflate.so -> libdeflate.so.0 +-rwxr-xr-x root/root usr/lib/libdeflate.so.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libdeflate.pc diff --git a/libdeflate/abuild b/libdeflate/abuild new file mode 100644 index 00000000..f9e9982e --- /dev/null +++ b/libdeflate/abuild @@ -0,0 +1,4 @@ +name=libdeflate +version=1.24 +release=1 +source="https://github.com/ebiggers/$name/releases/download/v$version/$name-$version.tar.gz" |