vp-build/srcpkgs/conspy/template

25 lines
619 B
Bash

# Template file for 'conspy'
pkgname=conspy
version=1.14
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="ncurses-devel"
short_desc="Remote control of Linux virtual consoles"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="AGPL-3.0-or-later"
homepage="http://conspy.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/conspy/conspy-${version}-${revision}/conspy-${version}.tar.gz"
checksum=4e2f05c9e19a6673a323127711ff007f7f9244f3a5c793c2b079eb7fbb113319
pre_configure() {
libtoolize
aclocal
automake --add-missing --copy
autoconf
}
post_install() {
vlicense agpl-3.0.txt
}