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.18.4
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=98bedbc1c0e685bb0bb2a490631f3817857f0d647730a4831ff1c940e66ce010

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

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