New package: linuxwave-0.1.3

This commit is contained in:
Marcin Puc 2023-04-17 14:53:38 +02:00 committed by Duncan Overbruck
parent 66d1860527
commit 6f3586fde3

View file

@ -0,0 +1,17 @@
# Template file for 'linuxwave'
pkgname=linuxwave
version=0.1.3
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=d82e0eda6f2bb3080e3af6a86bafa22ed91291eaf2afbb38492326a316f1853e
post_install() {
vlicense LICENSE
vman man/linuxwave.1
}