void-packages/srcpkgs/bacon/template
mobinmob 781ca021ff bacon: update to 4.3, orphan.
Closes: #27836 [via git-merge-pr]
2021-01-11 23:58:26 -03:00

22 lines
668 B
Bash

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