mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 01:27:34 +00:00
Ports: Add npth port
This commit is contained in:
parent
a937182254
commit
0b7079a76a
3 changed files with 22 additions and 0 deletions
9
Ports/npth/package.sh
Executable file
9
Ports/npth/package.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=npth
|
||||
version=1.6
|
||||
useconfigure=true
|
||||
files="https://gnupg.org/ftp/gcrypt/npth/npth-${version}.tar.bz2 npth-${version}.tar.bz2"
|
||||
|
||||
configure() {
|
||||
run ./configure --host="${SERENITY_ARCH}-pc-serenity" --build="$($workdir/build-aux/config.guess)" $configopts
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue