18 lines
573 B
Bash
18 lines
573 B
Bash
# Template file for 'sampler'
|
|
pkgname=sampler
|
|
version=1.0.3
|
|
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=03aa155c04e02fa40097841515de4fbf57904142defe5433490e28792868842d
|
|
|
|
post_install() {
|
|
vinstall example.yml 644 usr/share/examples/sampler
|
|
}
|