From 03a9909f7e72a4cae8896862c87c605dc064e96e Mon Sep 17 00:00:00 2001 From: wael <40663@protonmail.com> Date: Sun, 6 Feb 2022 20:21:50 +0300 Subject: [PATCH] New package: snore-0.2 New package: snore-0.2 --- srcpkgs/snore/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/snore/template diff --git a/srcpkgs/snore/template b/srcpkgs/snore/template new file mode 100644 index 000000000000..7496a9192c79 --- /dev/null +++ b/srcpkgs/snore/template @@ -0,0 +1,16 @@ +# Template file for 'snore' +pkgname=snore +version=0.2 +revision=1 +build_style=gnu-makefile +short_desc="Sleep with feedback" +maintainer="wael <40663@protonmail.com>" +license="MIT" +homepage="https://github.com/clamiax/snore" +distfiles="https://github.com/clamiax/${pkgname}/archive/refs/tags/${version}.tar.gz" +checksum=2b160061589e54b6a88b2995028491b38f9695393bf48af5ad61835fb6fd771a +CFLAGS="-std=c99 -D_DEFAULT_SOURCE -DVERSION=\\\"${version}\\\"" + +post_install() { + vlicense LICENSE +}