New package: sampler-1.0.2
This commit is contained in:
parent
4f7deb3236
commit
50c212dc18
1 changed files with 18 additions and 0 deletions
18
srcpkgs/sampler/template
Normal file
18
srcpkgs/sampler/template
Normal file
|
@ -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 <renato@renag.me>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue