void-packages/srcpkgs/instead/template
UsernameRandomlyGenerated 86671d3996 instead: update to 3.3.4, drop gtk3 and sdl2 build option
Both are enabled by default in upstream.

Closes: #29628 [via git-merge-pr]
2021-04-04 20:35:23 -03:00

19 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
}