Import net/sacc, a simple console gopher client.
ok juanfra@ sacc, short for saccomys, is a simple console gopher client.
This commit is contained in:
parent
3edad9759a
commit
6bbd5fa086
25
net/sacc/Makefile
Normal file
25
net/sacc/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/10/23 21:42:33 bcallah Exp $
|
||||
|
||||
COMMENT = simple console gopher client
|
||||
DISTNAME = sacc-0.0.0.20171022
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = gopher://bitreich.org/1/scm/sacc
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += c curses
|
||||
|
||||
MASTER_SITES = https://devio.us/~bcallah/source/
|
||||
|
||||
# To open HTML and other links sacc doesn't understand.
|
||||
RUN_DEPENDS = devel/xdg-utils
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sacc ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/sacc/distinfo
Normal file
2
net/sacc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (sacc-0.0.0.20171022.tar.gz) = j2WysVPFKOhrbRM3WgxzXCiXn2L+XX8Rc78GTjGIAkA=
|
||||
SIZE (sacc-0.0.0.20171022.tar.gz) = 9107
|
1
net/sacc/pkg/DESCR
Normal file
1
net/sacc/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
sacc, short for saccomys, is a simple console gopher client.
|
2
net/sacc/pkg/PLIST
Normal file
2
net/sacc/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/10/23 21:42:33 bcallah Exp $
|
||||
@bin bin/sacc
|
Loading…
Reference in New Issue
Block a user