21 lines
600 B
Bash
21 lines
600 B
Bash
# Template file for 'bacon'
|
|
pkgname=bacon
|
|
version=4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-bash --enable-gui-fltk"
|
|
hostmakedepends="pkg-config m4 which"
|
|
makedepends="fltk-devel"
|
|
short_desc="BASIC to C converter"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://www.basic-converter.org"
|
|
distfiles="http://www.basic-converter.org/stable/bacon-${version}.tar.gz"
|
|
checksum=aa5e426d9573345ce52a4bd1701e731fc85f21938d2c2fb8f6317e1fa9c34103
|
|
disable_parallel_build=yes
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/share/bacon/LICENSE
|
|
vlicense LICENSE
|
|
}
|