View | Details | Raw Unified | Return to bug 243777
Collapse All | Expand All

(-)deskutils/ultralist/Makefile (+26 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	ultralist
4
DISTVERSION=	0.9.4
5
CATEGORIES=	deskutils
6
7
MAINTAINER=	vulcan@wired.sh
8
COMMENT=	Simple, powerful, task management system for the command line
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE.md
12
13
USES=		go
14
USE_GITHUB=	yes
15
GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
16
17
PLIST_FILES=	bin/${PORTNAME}
18
PORTDOCS=	README.md
19
20
OPTIONS_DEFINE=	DOCS
21
22
post-install-DOCS-on:
23
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
24
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
25
26
.include <bsd.port.mk>
(-)deskutils/ultralist/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1580563043
2
SHA256 (ultralist-ultralist-0.9.4_GH0.tar.gz) = fde0d3c7b1ba398944b01b55eddd16c2163d61c3c478528c4c36abd643fe76ad
3
SIZE (ultralist-ultralist-0.9.4_GH0.tar.gz) = 2060240
(-)deskutils/ultralist/pkg-descr (+11 lines)
Line 0 Link Here
1
Task management system for technical people.
2
It includes a command-line component that is
3
very fast and stays out of the way. There is
4
also a beautiful webapp that seamlessly syncs
5
with the command-line.
6
7
Ultralist is based off of the Getting Things Done
8
system. It has a concept of due dates, projects,
9
and contexts.
10
11
WWW: https://ultralist.io/

Return to bug 243777