18 lines
572 B
Bash
18 lines
572 B
Bash
# Template file for 'linuxwave'
|
|
pkgname=linuxwave
|
|
version=0.1.5
|
|
revision=1
|
|
build_style=zig-build
|
|
short_desc="Generate music from the entropy of Linux"
|
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
|
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=c0fbab58909cf0047e82618193b4e75d6aee5c5e0a5d12d8e1f74eb31fbf6d11
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman man/linuxwave.1
|
|
}
|