18 lines
581 B
Bash
18 lines
581 B
Bash
# Template file for 'sampler'
|
|
pkgname=sampler
|
|
version=1.1.0
|
|
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@renatoaguiar.net>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://sampler.dev/"
|
|
distfiles="https://github.com/sqshq/sampler/archive/v${version}.tar.gz"
|
|
checksum=8b60bc5c0f94ddd4291abc2b89c1792da424fa590733932871f7b5e07e7587f9
|
|
|
|
post_install() {
|
|
vinstall example.yml 644 usr/share/examples/sampler
|
|
}
|