An ASCII-art game like Space Invaders using Curses.
WWW: https://github.com/macdice/ascii-invaders
This commit is contained in:
parent
1760f8c459
commit
bd95d4303f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428404
4 changed files with 32 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
SUBDIR += armagetron
|
||||
SUBDIR += arx-libertatis
|
||||
SUBDIR += asc
|
||||
SUBDIR += ascii-invaders
|
||||
SUBDIR += asciiquarium
|
||||
SUBDIR += assaultcube
|
||||
SUBDIR += asteroid
|
||||
|
|
25
games/ascii-invaders/Makefile
Normal file
25
games/ascii-invaders/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ascii-invaders
|
||||
PORTVERSION= 1.0.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= ASCII-art game like Space Invaders using Curses
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= macdice
|
||||
|
||||
USES= ncurses
|
||||
|
||||
PLIST_FILES= bin/ascii_invaders
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ascii_invaders ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/ascii-invaders/distinfo
Normal file
3
games/ascii-invaders/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1481293760
|
||||
SHA256 (macdice-ascii-invaders-v1.0.1_GH0.tar.gz) = 6d54de95370817f520a1e5cb0cdf884c0417415bfb15e679d5b39998991723cd
|
||||
SIZE (macdice-ascii-invaders-v1.0.1_GH0.tar.gz) = 37578
|
3
games/ascii-invaders/pkg-descr
Normal file
3
games/ascii-invaders/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
An ASCII-art game like Space Invaders using Curses.
|
||||
|
||||
WWW: https://github.com/macdice/ascii-invaders
|
Loading…
Reference in a new issue