mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
29 lines
825 B
Bash
29 lines
825 B
Bash
# Template file for 'scenefx'
|
|
pkgname=scenefx
|
|
version=0.2.1
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dwerror=false -Db_ndebug=false"
|
|
hostmakedepends="pkg-config wayland-devel scdoc"
|
|
makedepends="wlroots0.18-devel"
|
|
short_desc="Drop-in replacement for the wlroots scene API"
|
|
maintainer="Christopher K. 'Shmish' Schmitt <me@shmish.dev>"
|
|
license="MIT"
|
|
homepage="https://github.com/wlrfx/scenefx"
|
|
changelog="https://github.com/wlrfx/scenefx/releases/"
|
|
distfiles="https://github.com/wlrfx/scenefx/archive/refs/tags/${version}.tar.gz"
|
|
checksum=e50cd8cbeb6564233dced39f21e78d755701fa7fe67f5b354f033f397b69a2b8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
scenefx-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|