mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: gargoyle-2023.1
This commit is contained in:
parent
c9d8276709
commit
a8e07038b4
1 changed files with 24 additions and 0 deletions
24
srcpkgs/gargoyle/template
Normal file
24
srcpkgs/gargoyle/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue