New package: bacon-4.0

This commit is contained in:
Juan RP 2020-03-19 15:45:10 +01:00
parent 9b09aec6a1
commit fe3f2b0898
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

21
srcpkgs/bacon/template Normal file
View file

@ -0,0 +1,21 @@
# 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
}