22 lines
670 B
Bash
22 lines
670 B
Bash
# Template file for 'bacon'
|
|
pkgname=bacon
|
|
version=4.3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-bash --enable-gui-fltk"
|
|
hostmakedepends="pkg-config m4 which flex"
|
|
makedepends="fltk-devel"
|
|
short_desc="BASIC to C converter"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://www.basic-converter.org"
|
|
changelog="https://www.basic-converter.org/stable/CHANGES"
|
|
distfiles="http://www.basic-converter.org/stable/bacon-${version}.tar.gz"
|
|
checksum=96bbfeebb506018a6e208dc85e6daded49778ec8b4d037854bda721af890e501
|
|
disable_parallel_build=yes
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/share/bacon/LICENSE
|
|
vlicense LICENSE
|
|
}
|