|
|
@@ -0,0 +1,53 @@
|
|
|
+{
|
|
|
+ "name": "file",
|
|
|
+ "version": "5.46",
|
|
|
+ "summary": "A utility that classifies files according to their contents",
|
|
|
+ "licences": [
|
|
|
+ {
|
|
|
+ "name": "BSD-2-Clause",
|
|
|
+ "category": "libre",
|
|
|
+ "text": "COPYING"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "provides": {
|
|
|
+ "inc:magic.h": "as-expected",
|
|
|
+ "man:man3/libmagic.3": "as-expected",
|
|
|
+ "man:man1/file.1": "as-expected",
|
|
|
+ "bin:file": "as-expected",
|
|
|
+ "lib:libmagic.so.1.0.0": "as-expected",
|
|
|
+ "lib:libmagic.la": "as-expected",
|
|
|
+ "pc:libmagic.pc": "as-expected",
|
|
|
+ "res:misc/magic.mgc": "as-expected",
|
|
|
+ "lib:libmagic.so.1": "as-expected",
|
|
|
+ "lib:libmagic.so": "as-expected",
|
|
|
+ "man:man4/magic.4": "as-expected"
|
|
|
+ },
|
|
|
+ "depends": {
|
|
|
+ "build": [
|
|
|
+ "bin:gcc",
|
|
|
+ "bin:make",
|
|
|
+ "bin:tar",
|
|
|
+ "bin:gzip"
|
|
|
+ ],
|
|
|
+ "runtime": [
|
|
|
+ "lib:libc.so.6",
|
|
|
+ "lib:libz.so.1"
|
|
|
+ ],
|
|
|
+ "manage": [
|
|
|
+ "bin:wget",
|
|
|
+ "bin:tar",
|
|
|
+ "bin:gzip"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "flags": [
|
|
|
+ "simpleBuildEnvironment"
|
|
|
+ ],
|
|
|
+ "md": "PACKAGE.md",
|
|
|
+ "url": "https://www.darwinsys.com/file/",
|
|
|
+ "execs": {
|
|
|
+ "build": "usm-scripts/build.sh",
|
|
|
+ "test": "usm-scripts/test.sh",
|
|
|
+ "install": "usm-scripts/install.sh",
|
|
|
+ "acquire": "usm-scripts/acquire.sh"
|
|
|
+ }
|
|
|
+}
|