summaryrefslogtreecommitdiff
path: root/Ports/git/package.sh
blob: 2a98e4eb41bafb0b599d54cc3ed421611009c785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash ../.port_include.sh
port=git
version=2.26.0
useconfigure="true"
files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz"
configopts="--target=i686-pc-serenity"
depends="zlib"

build() {
    run make $makeopts
    run make strip
}

export NO_OPENSSL=1
export ac_cv_fread_reads_directories=no
export ac_cv_snprintf_returns_bogus=no