mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:57:34 +00:00
Ports: Use the official release tarball for the_silver_searcher
This commit is contained in:
parent
d5934f919e
commit
cc9afeab41
1 changed files with 3 additions and 8 deletions
|
@ -2,16 +2,11 @@
|
||||||
port=thesilversearcher
|
port=thesilversearcher
|
||||||
version=2.2.0
|
version=2.2.0
|
||||||
useconfigure="true"
|
useconfigure="true"
|
||||||
files="https://github.com/ggreer/the_silver_searcher/archive/refs/tags/${version}.tar.gz the_silver_searcher-${version}.tar.xz 6a0a19ca5e73b2bef9481c29a508d2413ca1a0a9a5a6b1bd9bbd695a7626cbf9"
|
files="https://geoff.greer.fm/ag/releases/the_silver_searcher-${version}.tar.gz the_silver_searcher-${version}.tar.xz d9621a878542f3733b5c6e71c849b9d1a830ed77cb1a1f6c2ea441d4b0643170"
|
||||||
workdir="the_silver_searcher-${version}"
|
workdir="the_silver_searcher-${version}"
|
||||||
configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--disable-utf8")
|
configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--disable-utf8")
|
||||||
depends=("pcre" "xz")
|
depends=("pcre" "xz")
|
||||||
auth_type="sha256"
|
auth_type="sha256"
|
||||||
|
use_fresh_config_sub=true
|
||||||
|
|
||||||
pre_configure() {
|
export CFLAGS="-fcommon -D_GNU_SOURCE -lpthread"
|
||||||
export CFLAGS="-fcommon -D_GNU_SOURCE -lpthread"
|
|
||||||
run aclocal
|
|
||||||
run autoconf
|
|
||||||
run autoheader
|
|
||||||
run automake --add-missing
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue