mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: linuxwave-0.1.3
This commit is contained in:
parent
66d1860527
commit
6f3586fde3
1 changed files with 17 additions and 0 deletions
17
srcpkgs/linuxwave/template
Normal file
17
srcpkgs/linuxwave/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue