summaryrefslogtreecommitdiff
path: root/Ports/npth/package.sh
blob: 056bf9efe8ea38a23c867d9bfd4cdc207e6e0171 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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 1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1"
auth_type=sha256

configure() {
    run ./configure --host="${SERENITY_ARCH}-pc-serenity" --build="$($workdir/build-aux/config.guess)" $configopts
}