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