From 657b113d963947ae29a5923cacc3834435fe4b8f Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 17 Apr 2023 14:53:38 +0200 Subject: [PATCH] New package: linuxwave-0.1.3 --- srcpkgs/linuxwave/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/linuxwave/template diff --git a/srcpkgs/linuxwave/template b/srcpkgs/linuxwave/template new file mode 100644 index 000000000000..60f47d8ac427 --- /dev/null +++ b/srcpkgs/linuxwave/template @@ -0,0 +1,17 @@ +# Template file for 'linuxwave' +pkgname=linuxwave +version=0.1.3 +revision=1 +build_style=zig-build +short_desc="Generate music from the entropy of Linux" +maintainer="Marcin Puc " +license="MIT" +homepage="https://orhun.dev/linuxwave/" +changelog="https://raw.githubusercontent.com/orhun/linuxwave/main/CHANGELOG.md" +distfiles="https://github.com/orhun/linuxwave/releases/download/v${version}/v${version}.tar.gz" +checksum=d82e0eda6f2bb3080e3af6a86bafa22ed91291eaf2afbb38492326a316f1853e + +post_install() { + vlicense LICENSE + vman man/linuxwave.1 +}