mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
Uranium: move *.cmake to unversioned cmake/Modules
This commit is contained in:
parent
acc0d46945
commit
4354251f80
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Uranium'
|
# Template file for 'Uranium'
|
||||||
pkgname=Uranium
|
pkgname=Uranium
|
||||||
version=3.1.0
|
version=3.1.0
|
||||||
revision=1
|
revision=2
|
||||||
python_version=3
|
python_version=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -15,3 +15,9 @@ license="LGPL-3"
|
||||||
homepage="https://github.com/Ultimaker/Uranium"
|
homepage="https://github.com/Ultimaker/Uranium"
|
||||||
distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz"
|
distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz"
|
||||||
checksum=1d272d10cbb3585624a67cbaa5167d414a0eeeb76051be28786759fea63281e9
|
checksum=1d272d10cbb3585624a67cbaa5167d414a0eeeb76051be28786759fea63281e9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# Move /usr/share/cmake-<version>/Modules to /usr/share/cmake/Modules
|
||||||
|
vmkdir usr/share/cmake
|
||||||
|
mv -v ${DESTDIR}/usr/share/cmake-*/Modules ${DESTDIR}/usr/share/cmake
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue