void-packages/srcpkgs/crex/template

20 lines
511 B
Bash
Raw Normal View History

2018-12-06 20:18:28 +00:00
# Template file for 'crex'
pkgname=crex
version=0.2.5
revision=1
build_style=cmake
short_desc="Explore, test, and check regular expressions in the terminal"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://github.com/octobanana/crex"
distfiles="https://github.com/octobanana/crex/archive/${version}.tar.gz"
checksum=c6a166b7a1e696a7babeaf7c5728eece1624704a18357f827129fc95ef2ecc56
pre_configure() {
sed -e 's|/local/|/|' -i CMakeLists.txt
}
post_install() {
vlicense LICENSE
}