diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/core/file | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/core/file')
| -rw-r--r-- | repos/core/file/.files | 22 | ||||
| -rw-r--r-- | repos/core/file/info | 5 |
2 files changed, 27 insertions, 0 deletions
diff --git a/repos/core/file/.files b/repos/core/file/.files new file mode 100644 index 00000000..5c381617 --- /dev/null +++ b/repos/core/file/.files @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/file +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/magic.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libmagic.so -> libmagic.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libmagic.so.1 -> libmagic.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libmagic.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libmagic.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/file.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libmagic.3.gz +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/magic.4.gz +drwxr-xr-x root/root usr/share/man/man5/ +drwxr-xr-x root/root usr/share/misc/ +-rw-r--r-- root/root usr/share/misc/magic.mgc diff --git a/repos/core/file/info b/repos/core/file/info new file mode 100644 index 00000000..66eba53c --- /dev/null +++ b/repos/core/file/info @@ -0,0 +1,5 @@ +name=file +version=5.45 +release=1 +source="https://astron.com/pub/$name/$name-$version.tar.gz" +build_opt="--disable-zstdlib" |