void-packages/srcpkgs/deepin-turbo/template
2020-07-08 16:18:33 +02:00

26 lines
731 B
Bash

# Template file for 'deepin-turbo'
pkgname=deepin-turbo
version=0.0.3
revision=1
build_style=cmake
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
makedepends="qt5-devel elogind-devel"
short_desc="Daemon that helps to launch applications faster"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://github.com/linuxdeepin/deepin-turbo"
distfiles="https://github.com/linuxdeepin/deepin-turbo/archive/${version}.tar.gz"
checksum=bb2a461e69f1738ec02d10c069772cc03a5a6b3570ca64f7e3ab3c0ade06f620
post_install() {
rm -rf usr/lib/systemd
}
deepin-turbo-devel_package() {
short_desc+=" - Development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
}
}