Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions srcpkgs/Skyscraper/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Template file for 'Skyscraper'
pkgname=Skyscraper
version=3.20.0
revision=1
build_style=qmake
build_helper=qmake6
hostmakedepends="pkg-config qt6-tools qt6-base"
makedepends="qt6-base-devel"
depends="qt6-sql"
short_desc="Powerful and versatile game data scraper written in Qt and C++"
maintainer="Numair Dubas <Numair2644@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://gemba.github.io/skyscraper"
changelog="https://gemba.github.io/skyscraper/CHANGELOG"
distfiles="https://github.com/Gemba/skyscraper/archive/refs/tags/${version}.tar.gz"
checksum=e7caf9e861d516f71361bf4845085a9e891fbb195e43e9f2e6485a0e3ba69619

pre_configure() {
export PREFIX=/usr
export SYSCONFDIR=/etc
}

post_install() {
vdoc README.md
vcompletion supplementary/bash-completion/Skyscraper.bash bash
}