New package: scenefx-0.1

Signed-off-by: Christopher K. 'Shmish' Schmitt <me@shmish.dev>
This commit is contained in:
Christopher K. 'Shmish' Schmitt 2024-08-03 19:57:45 -04:00 committed by classabbyamp
parent 2fe08434b2
commit c087852696
3 changed files with 32 additions and 0 deletions

View file

@ -4524,3 +4524,4 @@ libopenrazer.so.0 libopenrazer-0.2.0_1
libstaroffice-0.0.so.0 libstaroffice-0.0.7_1
libbox2d.so.2 box2d-2.4.1_1
libhwy.so.1 highway-1.2.0_1
libscenefx.so.1 scenefx-0.1_1

1
srcpkgs/scenefx-devel Symbolic link
View file

@ -0,0 +1 @@
scenefx

30
srcpkgs/scenefx/template Normal file
View file

@ -0,0 +1,30 @@
# Template file for 'scenefx'
pkgname=scenefx
version=0.1
revision=1
build_style=meson
configure_args="-Dwerror=false -Db_ndebug=false"
hostmakedepends="pkg-config wayland-devel scdoc"
makedepends="wlroots0.17-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=f5c889f4c826a4216628bf1e7e48071fc33e7774b5e3d51e6fee6e571e420827
post_install() {
vlicense LICENSE
}
scenefx-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}