mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
nethack: fix license=
This commit is contained in:
parent
1f02209258
commit
45cc2dbbd5
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'nethack'
|
# Template file for 'nethack'
|
||||||
pkgname=nethack
|
pkgname=nethack
|
||||||
version=3.6.1
|
version=3.6.1
|
||||||
revision=1
|
revision=2
|
||||||
make_dirs="/var/games/nethack/save 0775 nethack nethack"
|
make_dirs="/var/games/nethack/save 0775 nethack nethack"
|
||||||
system_accounts="$pkgname"
|
system_accounts="$pkgname"
|
||||||
hostmakedepends="ncurses-devel flex"
|
hostmakedepends="ncurses-devel flex"
|
||||||
depends="gzip"
|
depends="gzip"
|
||||||
short_desc="Exploring The Mazes of Menace"
|
short_desc="Exploring The Mazes of Menace"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="NetHack General Public License"
|
license="NGPL"
|
||||||
homepage="http://www.nethack.org/"
|
homepage="http://www.nethack.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//.}-src.tgz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//.}-src.tgz"
|
||||||
checksum=4b8cbf1cc3ad9f6b9bae892d44a9c63106d44782a210906162a7c3be65040ab6
|
checksum=4b8cbf1cc3ad9f6b9bae892d44a9c63106d44782a210906162a7c3be65040ab6
|
||||||
|
|
Loading…
Add table
Reference in a new issue