25 lines
1012 B
Bash
25 lines
1012 B
Bash
# Template file for 'gargoyle'
|
|
pkgname=gargoyle
|
|
version=2023.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DWITH_TTS=on -DWITH_QT6=false"
|
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
|
makedepends="SDL2-devel SDL2_mixer-devel qt5-devel fmt-devel fontconfig-devel
|
|
freetype-devel libjpeg-turbo-devel libpng-devel speech-dispatcher-devel
|
|
zlib-devel"
|
|
short_desc="Interactive fiction player that supports all the major IF formats"
|
|
maintainer="Aicaya Maro <aicaya@posteo.net>"
|
|
license="Artistic-2.0, BSD-2-Clause, BSD-3-Clause, GPL-2.0-only, MIT, OFL-1.1"
|
|
homepage="https://ccxvii.net/gargoyle/"
|
|
changelog="https://raw.githubusercontent.com/garglk/garglk/master/NEWS"
|
|
distfiles="https://github.com/garglk/garglk/archive/refs/tags/${version}.tar.gz"
|
|
checksum=f766186558f8db24243cede878f38b8a2026bf2ebed5d9d4f0e690916d56827a
|
|
|
|
post_install() {
|
|
vconf garglk/garglk.ini
|
|
vlicense licenses/BSD-2-Clause.txt
|
|
vlicense 'licenses/Go Mono.txt' Go-Mono-BSD-3-Clause.txt
|
|
vlicense 'licenses/MIT License.txt' MIT.txt
|
|
}
|