22 lines
661 B
Bash
22 lines
661 B
Bash
# Template file for 'bacon'
|
|
pkgname=bacon
|
|
version=4.1.1
|
|
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"
|
|
changelog="https://www.basic-converter.org/stable/CHANGES"
|
|
distfiles="http://www.basic-converter.org/stable/bacon-${version}.tar.gz"
|
|
checksum=a2f017fb3f83186dc7de6612698491007ca3839d4331550a1673541514eda484
|
|
disable_parallel_build=yes
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/share/bacon/LICENSE
|
|
vlicense LICENSE
|
|
}
|