1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:27:35 +00:00

Ports: Add GNU cpio archive utility port

This commit is contained in:
Liav A 2022-06-25 05:52:44 +03:00 committed by Linus Groh
parent 1cd610072a
commit f8611ec7bd
4 changed files with 51 additions and 0 deletions

8
Ports/cpio/package.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='cpio'
version='2.13'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=('build-aux/config.sub')
files="https://ftp.gnu.org/gnu/cpio/cpio-${version}.tar.gz cpio-${version}.tar.gz e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8f3db88"
auth_type='sha256'