26 lines
729 B
Bash
26 lines
729 B
Bash
|
# Template file for 'deepin-turbo'
|
||
|
pkgname=deepin-turbo
|
||
|
version=0.0.2
|
||
|
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 <johnz@posteo.net>"
|
||
|
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=a0e754c8d7cddc73cd6a2e0e3946c091c1cce7baa8f075d8ad58799db11df8a7
|
||
|
|
||
|
post_install() {
|
||
|
rm -rf usr/lib/systemd
|
||
|
}
|
||
|
|
||
|
deepin-turbo-devel_package() {
|
||
|
short_desc+=" - Development files"
|
||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||
|
pkg_install() {
|
||
|
vmove usr/include
|
||
|
}
|
||
|
}
|