blob: 8b3771b9e9fbf28348f044a9f9b59e78f09cfdce (
plain)
1
2
3
4
5
6
7
|
name=imv
version=4.5.0
release=1
source="imv-${version}.tar.gz::https://git.sr.ht/~exec64/${name}/archive/v${version}.tar.gz
icu76.1.patch"
[ -f $SPM_PKGDB/libx11 ] && build_opt="-Dwindows=x11"
[ -f $SPM_PKGDB/wayland ] && build_opt="-Dwindows=wayland"
|