summaryrefslogtreecommitdiff
path: root/repo/file
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-12-19 23:07:05 +0000
committerdavidovski <david@davidovski.xyz>2022-12-19 23:07:05 +0000
commit05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 (patch)
tree0b058ac267139f2a0525dec42b307664363e5b11 /repo/file
parent4c61af227b0fb3e028c877dc1c2e0b6513960762 (diff)
Making things work
Diffstat (limited to 'repo/file')
-rw-r--r--repo/file/file.xibuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/repo/file/file.xibuild b/repo/file/file.xibuild
deleted file mode 100644
index 173560a..0000000
--- a/repo/file/file.xibuild
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl zlib xz bzip2"
-
-PKG_VER=5.43
-SOURCE=http://ftp.astron.com/pub/file/file-$PKG_VER.tar.gz
-DESC="A utility for determining the type of a given file or files"
-
-build () {
- ./configure --prefix=/usr
- make
-}
-
-check () {
- make check
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}
-
-