mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:17:45 +00:00
Ports: Add file utility port
This commit is contained in:
parent
a4fa604bde
commit
1e213cb3c4
2 changed files with 9 additions and 0 deletions
8
Ports/file/package.sh
Executable file
8
Ports/file/package.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='file'
|
||||
version='5.43'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=('config.sub')
|
||||
files="http://ftp.astron.com/pub/file/file-${version}.tar.gz file-${version}.tar.gz 8c8015e91ae0e8d0321d94c78239892ef9dbc70c4ade0008c0e95894abfb1991"
|
||||
auth_type='sha256'
|
Loading…
Add table
Add a link
Reference in a new issue