void-packages/srcpkgs/sdcc/template
Érico Rolim 6fec23a2e3 sdcc: update to 4.0.0, add hostmakedepends, add correct python_version, claim maintainer
Automake and texinfo had to be added to hostmakedepends.

The compatible python_version is 3.

Former maintainer hasn't participated in Void for a long time.
2020-04-29 01:26:08 +02:00

17 lines
538 B
Bash

# Template file for 'sdcc'
pkgname=sdcc
version=4.0.0
revision=1
archs="i686 x86_64*"
build_style=gnu-configure
hostmakedepends="automake flex bison gputils texinfo"
makedepends="boost-devel zlib-devel"
short_desc="Retargettable ANSI C compiler"
maintainer="Érico Nogueira <ericonr@disroot.org>"
license="GPL-2.0-or-later"
homepage="http://sdcc.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/sdcc/${pkgname}-src-${version}.tar.bz2"
checksum=489180806fc20a3911ba4cf5ccaf1875b68910d7aed3f401bbd0695b0bef4e10
python_version=3
nostrip=yes