mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
New package: kristall-0.3
This commit is contained in:
parent
6548ce6e61
commit
bc8f31e300
1 changed files with 18 additions and 0 deletions
18
srcpkgs/kristall/template
Normal file
18
srcpkgs/kristall/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'kristall'
|
||||||
|
pkgname=kristall
|
||||||
|
version=0.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
build_helper=qmake
|
||||||
|
hostmakedepends="qt5-qmake qt5-host-tools qt5-multimedia-devel qt5-svg-devel"
|
||||||
|
makedepends="qt5-devel qt5-multimedia-devel qt5-svg-devel"
|
||||||
|
short_desc="Small-Internet Browser"
|
||||||
|
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://kristall.random-projects.net"
|
||||||
|
distfiles="https://github.com/MasterQ32/kristall/archive/V${version}.tar.gz"
|
||||||
|
checksum=24733402e0e3924459222c87aa2137139ff8ae10410a2a88d56455c5ec172368
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
export INSTALL="install -D"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue