From 50c212dc182d52ac09a9bd2e74b9d7f1a05c0cdf Mon Sep 17 00:00:00 2001 From: Renato Aguiar Date: Thu, 8 Aug 2019 12:51:35 -0700 Subject: [PATCH] New package: sampler-1.0.2 --- srcpkgs/sampler/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/sampler/template diff --git a/srcpkgs/sampler/template b/srcpkgs/sampler/template new file mode 100644 index 0000000000..c8007f4784 --- /dev/null +++ b/srcpkgs/sampler/template @@ -0,0 +1,18 @@ +# Template file for 'sampler' +pkgname=sampler +version=1.0.2 +revision=1 +build_style=go +go_import_path="github.com/sqshq/sampler" +hostmakedepends="git" +makedepends="alsa-lib-devel" +short_desc="Tool for shell commands execution, visualization and alerting" +maintainer="Renato Aguiar " +license="GPL-3.0-only" +homepage="https://sampler.dev/" +distfiles="https://github.com/sqshq/sampler/archive/v${version}.tar.gz" +checksum=3b5240322ed0f48529af94cecee55900ae05ab776531a2e75337bf99fe8b1ff2 + +post_install() { + vinstall example.yml 644 usr/share/examples/sampler +}