diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:43:28 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:43:28 +0800 |
| commit | 4c918f6641fcd12983ba84c688aecede4abb6a87 (patch) | |
| tree | ccd4b3413d6bbe5fa9851bddce61c773af49843b /repos/xorg | |
| parent | be7054b389490aac3f4168414e61e0513d10ff39 (diff) | |
| download | alicelinux-4c918f6641fcd12983ba84c688aecede4abb6a87.tar.gz alicelinux-4c918f6641fcd12983ba84c688aecede4abb6a87.zip | |
confuse: new added
Diffstat (limited to 'repos/xorg')
| -rw-r--r-- | repos/xorg/confuse/.files | 10 | ||||
| -rw-r--r-- | repos/xorg/confuse/abuild | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/repos/xorg/confuse/.files b/repos/xorg/confuse/.files new file mode 100644 index 00000000..65d2fe07 --- /dev/null +++ b/repos/xorg/confuse/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/confuse.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libconfuse.so -> libconfuse.so.2.1.0 +lrwxrwxrwx root/root usr/lib/libconfuse.so.2 -> libconfuse.so.2.1.0 +-rwxr-xr-x root/root usr/lib/libconfuse.so.2.1.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libconfuse.pc +drwxr-xr-x root/root usr/share/ diff --git a/repos/xorg/confuse/abuild b/repos/xorg/confuse/abuild new file mode 100644 index 00000000..8c81a5e0 --- /dev/null +++ b/repos/xorg/confuse/abuild @@ -0,0 +1,4 @@ +name=confuse +version=3.3 +release=1 +source="https://github.com/lib${name}/lib${name}/releases/download/v${version}/${name}-${version}.tar.xz" |