Skip to content

Commit

Permalink
New package: kristall-0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Jul 1, 2020
1 parent d6aea30 commit 72378ee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/kristall/template
@@ -0,0 +1,18 @@
# Template file for 'kristall'
pkgname=kristall
version=0.3
revision=1
build_style=qmake
configure_args="src/kristall.pro"
hostmakedepends="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"
}

0 comments on commit 72378ee

Please sign in to comment.