community/bsd-games: move from testing & claim maintainership

This commit is contained in:
mio 2023-12-02 00:24:06 +00:00 committed by omni
parent 7037ad1018
commit 6b2da2c61f
2 changed files with 14 additions and 3 deletions

View File

@ -1,12 +1,13 @@
# Contributor: Maxim Karasev <begs@disroot.org>
# Maintainer: Maxim Karasev <begs@disroot.org>
# Maintainer: mio <miyopan@e.email>
pkgname=bsd-games
pkgver=3.3
pkgrel=0
pkgrel=1
pkgdesc="traditional text mode games from BSD"
url="https://github.com/msharov/bsd-games"
url="https://bsd-games.sourceforge.io/"
arch="all"
license="BSD-3-Clause"
install="$pkgname.post-install"
makedepends="ncurses-dev coreutils" # configure causes busybox expr error
subpackages="$pkgname-doc"
source="https://sourceforge.net/projects/bsd-games/files/bsd-games-$pkgver.tar.gz"
@ -26,6 +27,7 @@ build() {
package() {
make DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/bsd-games/LICENSE
}
sha512sums="

View File

@ -0,0 +1,9 @@
#!/bin/sh
cat >&2 <<-EOF
* The game of hangman needs a words list to play. You can obtain a words list
* by installing `words` or another words list package, and adding a symlink
* at `/usr/share/dict/words` to the language's words list.
EOF
exit 0