New package: polyglot-2.0.4
This commit is contained in:
parent
7fb13398b9
commit
e1d558c036
1 changed files with 16 additions and 0 deletions
16
srcpkgs/polyglot/template
Normal file
16
srcpkgs/polyglot/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'polyglot'
|
||||
pkgname=polyglot
|
||||
version=2.0.4
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}.orig"
|
||||
build_style=gnu-configure
|
||||
short_desc="Winboard chess protocol to UCI protocol adapter"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="https://packages.debian.org/sid/polyglot"
|
||||
distfiles="${DEBIAN_SITE}/main/p/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||
checksum=fa43f80d7f956bdf986649d3ff1e487e1c8682a19b30011a55baa89633e3d23d
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc/polyglot
|
||||
}
|
Loading…
Reference in a new issue