mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/bsd-games: move from testing & claim maintainership
This commit is contained in:
parent
7037ad1018
commit
6b2da2c61f
@ -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="
|
||||
9
community/bsd-games/bsd-games.post-install
Normal file
9
community/bsd-games/bsd-games.post-install
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user