19 lines
543 B
Bash
19 lines
543 B
Bash
|
# Template file for 'xshogi'
|
||
|
pkgname=xshogi
|
||
|
version=1.4.2
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
makedepends="libXaw-devel"
|
||
|
depends="gnushogi"
|
||
|
short_desc="X11 user interface for GNU Shogi (Japanese chess)"
|
||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||
|
license="GPL-3.0-or-later, MIT"
|
||
|
homepage="https://www.gnu.org/software/gnushogi/"
|
||
|
distfiles="${GNU_SITE}/gnushogi/${pkgname}-${version}.tar.gz"
|
||
|
checksum=2e2f1145e3317143615a764411178f538bd54945646b14fc2264aaeaa105dab6
|
||
|
|
||
|
post_install() {
|
||
|
rm -r ${DESTDIR}/usr/share/doc
|
||
|
vlicense README.xboard
|
||
|
}
|