void-packages/srcpkgs/crex/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

15 lines
449 B
Bash

# Template file for 'crex'
pkgname=crex
version=0.2.5
revision=2
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
post_install() {
vlicense LICENSE
}