mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: bismuth-3.1.4
This commit is contained in:
parent
c49feecb30
commit
7f8ca5207d
1 changed files with 26 additions and 0 deletions
26
srcpkgs/bismuth/template
Normal file
26
srcpkgs/bismuth/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'bismuth'
|
||||
pkgname=bismuth
|
||||
version=3.1.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_TSC=OFF"
|
||||
hostmakedepends="cmake ninja extra-cmake-modules nodejs"
|
||||
makedepends="qt5-declarative-devel qt5-svg-devel kconfig-devel
|
||||
kconfigwidgets-devel kcoreaddons-devel kdeclarative-devel kglobalaccel-devel
|
||||
kcmutils-devel ki18n-devel gettext-devel kdecoration-devel"
|
||||
checkdepends="AppStream"
|
||||
short_desc="Tile KDE Plasma windows automatically and manage via keyboard"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="MIT"
|
||||
homepage="https://bismuth-forge.github.io/bismuth/"
|
||||
distfiles="https://github.com/Bismuth-Forge/bismuth/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=216d8f5a6c649e4950989b2d7e100fe23832311328b970b8e32985c1ef25b0b5
|
||||
|
||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools kcoreaddons kpackage kconfig"
|
||||
configure_args+=" -DBUILD_TESTING=OFF"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue