void-packages/srcpkgs/lxqt-build-tools/template

18 lines
540 B
Bash
Raw Normal View History

2016-12-11 15:36:39 +00:00
# Template file for 'lxqt-build-tools'
pkgname=lxqt-build-tools
2017-01-02 07:26:58 +00:00
version=0.3.1
2016-12-11 15:36:39 +00:00
revision=1
build_style=cmake
hostmakedepends="qt5-host-tools qt5-qmake"
makedepends="qt5-devel"
short_desc="LXQt build tools"
maintainer="Michael Gehring <mg@ebfe.org>"
license="3-clause-BSD"
homepage="http://lxqt.org/"
distfiles="https://github.com/lxde/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
2017-01-02 07:26:58 +00:00
checksum=6c16bed977d78eea85f43ac1c82aa00065c739268a12c721d1bf3089933ff840
2016-12-11 15:36:39 +00:00
post_install() {
vlicense BSD-3-Clause LICENSE
}