19 lines
658 B
Bash
19 lines
658 B
Bash
# Template file for 'instead'
|
|
pkgname=instead
|
|
version=3.4.1
|
|
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=17479bab7e8cd8fb6349a42758b23a91e81b798b297319c6d60c72895b37ab8b
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|