mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
15 lines
461 B
Text
15 lines
461 B
Text
NAME=ag
|
|
BUILD_LIBRARIES='libpcre libz liblzma'
|
|
VERSION=0.33.0
|
|
DISTNAME=the_silver_searcher-$VERSION
|
|
COMPRESSION=tar.gz
|
|
ARCHIVE=$DISTNAME.$COMPRESSION
|
|
SHA256SUM=8ca680399df5ee8846a509c8a67c10ee1d5fc1a94456806a0ff9dd913b961db3
|
|
UPSTREAM_SITE=https://geoff.greer.fm/ag/releases
|
|
UPSTREAM_ARCHIVE=$ARCHIVE
|
|
RUNTIME_PROGRAMS=git
|
|
BUILD_SYSTEM=configure
|
|
CONFIGURE_ARGS=
|
|
MAKE_VARS='V=1'
|
|
POST_INSTALL=tix-eradicate-libtool-la
|
|
RELEASE_SEARCH_PAGE=https://geoff.greer.fm/ag/
|