New package: fex-2.0.0

This commit is contained in:
Andrew Benson 2018-11-20 18:01:38 -06:00 committed by maxice8
parent 52441b6167
commit a5bac1de0d
1 changed files with 16 additions and 0 deletions

16
srcpkgs/fex/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'fex'
pkgname=fex
version=2.0.0
revision=1
build_style=gnu-makefile
hostmakedepends="perl"
short_desc="Flexible field/token extraction"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/jordansissel/fex"
distfiles="https://github.com/jordansissel/fex/archive/v${version}.tar.gz"
checksum=b023711ddab9e656c077921c94d4346e21ab60d8c6d80b00191f3d581f4dfd7c
post_build() {
make fex.1
}