8cf9f1b749
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
19 lines
614 B
Bash
19 lines
614 B
Bash
# Template file for 'apl'
|
|
pkgname=apl
|
|
version=1.7
|
|
revision=4
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel sqlite-devel"
|
|
short_desc="GNU interpreter for APL (A Programming Language)"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/apl"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=8ff6e28256d7a3cdfa9dc6025e3905312310b27a43645ef5d617fd4a5b43b81f
|
|
|
|
CXXFLAGS="-Wno-format-truncation -Wno-class-memaccess -Wno-restrict"
|
|
|
|
post_install() {
|
|
vdoc support-files/Dyalog-Keyboard/apl.xkb
|
|
vdoc support-files/Dyalog-Keyboard/apl.xmodmap
|
|
}
|