20 lines
572 B
Bash
20 lines
572 B
Bash
# Template file for 'tintin'
|
|
pkgname=tintin
|
|
version=2.01.90
|
|
revision=1
|
|
wrksrc=tt
|
|
build_wrksrc=src
|
|
build_style=gnu-configure
|
|
makedepends="zlib-devel pcre-devel readline-devel gnutls-devel"
|
|
short_desc="Console-based MUD client"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://tintin.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/tintin/${pkgname}-${version}.tar.gz"
|
|
checksum=6b3eef2a993250d7094c5fcd4aa6ea3e2356228b006c70062f5757577c86936c
|
|
|
|
post_install() {
|
|
for i in FAQ SCRIPTS README; do
|
|
vdoc ${XBPS_BUILDDIR}/tt/${i}
|
|
done
|
|
}
|