18 lines
575 B
Bash
18 lines
575 B
Bash
# Template file for 'linuxwave'
|
|
pkgname=linuxwave
|
|
version=0.2.0
|
|
revision=1
|
|
build_style=zig-build
|
|
short_desc="Generate music from the entropy of Linux"
|
|
maintainer="tranzystorekk <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=593b05809f68c830c95a3176fbec358306aff19238ca2ecdacfbeaabfefdab83
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman man/linuxwave.1
|
|
}
|