Files
void-packages/srcpkgs/lv2/template
Subhaditya Nath 78f86c05f4 *: orphan packages maintained by subnut
I haven't been using void linux for a long time, and I don't see myself
doing so in the near future. A lot of these packages are out-of-date due
to that exact reason. So, I'm giving up maintainership of my packages.
2024-01-28 17:43:12 +01:00

18 lines
480 B
Bash

# Template file for 'lv2'
pkgname=lv2
version=1.18.10
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="libsndfile-devel gtk+-devel libsamplerate-devel"
short_desc="Plugin standard for audio systems"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://lv2plug.in"
distfiles="https://lv2plug.in/spec/lv2-${version}.tar.xz"
checksum=78c51bcf21b54e58bb6329accbb4dae03b2ed79b520f9a01e734bd9de530953f
post_install() {
vlicense COPYING
}