From 5bb523f283bf57cf1f2dfa97f6cf9b89574a7632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 6 Dec 2018 21:18:28 +0100 Subject: [PATCH] New package: crex-0.2.5 Closes #5157 --- srcpkgs/crex/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/crex/template diff --git a/srcpkgs/crex/template b/srcpkgs/crex/template new file mode 100644 index 0000000000..a54697a93a --- /dev/null +++ b/srcpkgs/crex/template @@ -0,0 +1,19 @@ +# 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 " +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 +}