void-packages/srcpkgs/rcs/template
Leah Neukirchen 36e5949fe2 rcs: cleanup.
2019-12-25 15:11:12 +01:00

15 lines
455 B
Bash

# Template file for 'rcs'
pkgname=rcs
version=5.9.4
revision=4
build_style=gnu-configure
hostmakedepends="ed groff"
makedepends="ed"
depends="ed"
short_desc="Revision Control System"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/rcs/"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=063d5a0d7da1821754b80c639cdae2c82b535c8ff4131f75dc7bbf0cd63a5dff
CFLAGS="-std=c99"