86671d3996
Both are enabled by default in upstream. Closes: #29628 [via git-merge-pr]
18 lines
658 B
Bash
18 lines
658 B
Bash
# Template file for 'instead'
|
|
pkgname=instead
|
|
version=3.3.4
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="lua51-devel gtk+3-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel"
|
|
short_desc="Interactive fiction interpreter"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://instead-hub.github.io"
|
|
changelog="https://raw.githubusercontent.com/instead-hub/instead/master/ChangeLog"
|
|
distfiles="https://github.com/instead-hub/instead/releases/download/${version}/instead_${version}.tar.gz"
|
|
checksum=ff705290646b764a189f08e852deee82baa56f467f5f3fe9e687df81c3c819d6
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|