From 9ad0d94607ee371f400075ef9e6e2033fcb6a89f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 16 Oct 2021 21:54:25 +0200 Subject: [PATCH] New package: xshogi-1.4.2 --- srcpkgs/xshogi/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/xshogi/template diff --git a/srcpkgs/xshogi/template b/srcpkgs/xshogi/template new file mode 100644 index 00000000000..710a2f974f5 --- /dev/null +++ b/srcpkgs/xshogi/template @@ -0,0 +1,18 @@ +# 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 " +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 +}