void-packages/srcpkgs/apl/template

22 lines
737 B
Bash

# Template file for 'apl'
pkgname=apl
version=1.9
revision=1
build_style=gnu-configure
configure_args="CXX_WERROR=no"
hostmakedepends="pkg-config"
makedepends="fftw-devel gtk+3-devel libxcb-devel ncurses-devel pcre2-devel
sqlite-devel"
short_desc="GNU interpreter for APL (A Programming Language)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/apl"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=291867f1b1937693abb57be7d9a37618b0376e3e2709574854a7bbe52bb28eb8
nocross="execs target binary: ./Gtk_server --ev1 > Gtk_events1.asciidoc"
post_install() {
vdoc support-files/Dyalog-Keyboard/apl.xkb
vdoc support-files/Dyalog-Keyboard/apl.xmodmap
}