From a6036689db87c0f1221df71018599d2567bfd19e Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Fri, 11 Jan 2019 22:30:41 -0600 Subject: [PATCH] New package: peaclock-0.1.3 --- srcpkgs/peaclock/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/peaclock/template diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template new file mode 100644 index 00000000000..a94a27f0b64 --- /dev/null +++ b/srcpkgs/peaclock/template @@ -0,0 +1,16 @@ +# Template file for 'peaclock' +pkgname=peaclock +version=0.1.3 +revision=1 +build_style=cmake +short_desc="Colourful binary clock for the terminal" +maintainer="Nathan Owens " +license="MIT" +homepage="https://octobanana.com/software/peaclock" +distfiles="https://github.com/octobanana/peaclock/archive/${version}.tar.gz" +checksum=0041de0e50429786dff4152c60f6dbd84249287d289ad6d7573e47c9f9b62afc + +post_extract() { + sed -i 's:local/::' CMakeLists.txt + vlicense LICENSE +}