mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
New package: bacon-4.0
This commit is contained in:
parent
9b09aec6a1
commit
fe3f2b0898
1 changed files with 21 additions and 0 deletions
21
srcpkgs/bacon/template
Normal file
21
srcpkgs/bacon/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue