diff options
author | davidovski <david@davidovski.xyz> | 2021-10-05 16:35:17 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-05 16:35:17 +0100 |
commit | cdea2f67ae42d4220e19a555259b69a960925283 (patch) | |
tree | b1cc697e6e0203b3ce02e15b8baa4f73f84e34c8 /psibuilds/file.psibuild | |
parent | 16e799786f34721e646e14a2b7e7ab3816137f1a (diff) |
renamed
Diffstat (limited to 'psibuilds/file.psibuild')
-rw-r--r-- | psibuilds/file.psibuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/psibuilds/file.psibuild b/psibuilds/file.psibuild deleted file mode 100644 index 9141847..0000000 --- a/psibuilds/file.psibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -DEPS=(glibc ) - -SOURCE=https://github.com/file/file - - -build () { - # cheating - wget http://ftp.astron.com/pub/file/file-5.40.tar.gz - tar -zxf file-5.40.tar.gz - cd file-5.40 - - ./configure --prefix=/usr - make - make check - make DESTDIR=$PKG_DEST install -} - - |