mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: qprompt-1.1.2
This commit is contained in:
parent
10db13b443
commit
aeda2de71b
1 changed files with 21 additions and 0 deletions
21
srcpkgs/qprompt/template
Normal file
21
srcpkgs/qprompt/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'qprompt'
|
||||
pkgname=qprompt
|
||||
version=1.1.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-host-tools qt5-devel kcoreaddons extra-cmake-modules
|
||||
gettext"
|
||||
makedepends="qt5-devel qt5-declarative-devel qt5-svg-devel
|
||||
qt5-quickcontrols2-devel qt5-x11extras-devel kirigami2-devel ki18n-devel
|
||||
kcoreaddons-devel kiconthemes-devel"
|
||||
depends="kirigami2"
|
||||
short_desc="Teleprompter software for all video creators"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://qprompt.app/"
|
||||
distfiles="https://github.com/Cuperino/QPrompt/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=178cd9dd37ff22bf4a3f8865ac68885a2c50cb4563ec3fc769176560f380c466
|
||||
|
||||
post_install() {
|
||||
mv "${DESTDIR}/usr/doc" "${DESTDIR}/usr/share/doc"
|
||||
}
|
Loading…
Add table
Reference in a new issue