🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: gnuchess
pkgver: '6.3.0'
pkgrel: '1'
pkgdesc: 'Play chess against the computer on a terminal and an engine for graphical chess frontends'
url: 'https://www.gnu.org/software/chess/'
arch: x86_64
depends: []
makedepends:
- bash
source:
- 'https://ftp.gnu.org/pub/gnu/chess/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true