void-packages/srcpkgs/bacon/template
2020-11-24 12:46:32 -05:00

23 lines
659 B
Bash

# Template file for 'bacon'
pkgname=bacon
version=4.2
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=03906139e9bc815d47635fdb92ded3f88376e38bb900fe3388aeb78a660defe2
disable_parallel_build=yes
nocross=yes
post_install() {
rm -f ${DESTDIR}/usr/share/bacon/LICENSE
vlicense LICENSE
}