void-packages/srcpkgs/cmake-gui/template
Đoàn Trần Công Danh 17413d267f cmake-gui: update to 3.19.1
2020-12-05 19:14:52 +07:00

34 lines
1.2 KiB
Bash

# Template file for 'cmake-gui'
pkgname=cmake-gui
version=3.19.1
revision=1
wrksrc="cmake-${version}"
build_style=cmake
configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake -DCMAKE_BUILD_TYPE=None
-DBUILD_QtDialog=ON -DCMAKE_USE_SYSTEM_LIBRARIES=ON -DKWSYS_LFS_WORKS=1"
hostmakedepends="qt5-devel"
makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
ncurses-devel qt5-devel rhash-devel"
depends="desktop-file-utils shared-mime-info"
checkdepends="pax pkg-config"
short_desc="Cross-platform, open-source build system - Qt GUI"
maintainer="Nathan Owens <ndowens@artixlinux.org>"
license="BSD-3-Clause"
homepage="https://www.cmake.org"
distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
checksum=1d266ea3a76ef650cdcf16c782a317cb4a7aa461617ee941e389cb48738a3aba
do_install() {
# We are only interested in cmake-gui.
vbin build/bin/cmake-gui
for res in 32 64 128 ; do
vinstall Source/QtDialog/CMakeSetup${res}.png 0644 \
usr/share/icons/hicolor/${res}x${res}/apps/
done
vinstall Source/QtDialog/cmakecache.xml 0644 usr/share/mime
vinstall Source/QtDialog/cmake-gui.desktop 0644 usr/share/applications
vlicense Copyright.txt
}