View | Details | Raw Unified | Return to bug 251574 | Differences between
and this patch

Collapse All | Expand All

(-)deskutils/sowon/Makefile (+24 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	sowon
4
DISTVERSION=	g20201203
5
CATEGORIES=	deskutils
6
7
MAINTAINER=	nsonack@outlook.com
8
COMMENT=	Graphical countdown timer application
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		pkgconfig sdl
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	tsoding
17
GH_TAGNAME=	0d43de4af5a430052aee2c2691fafe21ad80a83d
18
19
USE_SDL=	sdl2
20
21
PLIST_FILES=	bin/sowon \
22
		man/man6/sowon.6.gz
23
24
.include <bsd.port.mk>
(-)deskutils/sowon/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1607248061
2
SHA256 (tsoding-sowon-g20201203-0d43de4af5a430052aee2c2691fafe21ad80a83d_GH0.tar.gz) = 7d9eee80c9360cc9a0d7ed1239ef8cfb171c8f81b112f5512f7f0efa38aacc7f
3
SIZE (tsoding-sowon-g20201203-0d43de4af5a430052aee2c2691fafe21ad80a83d_GH0.tar.gz) = 474639
(-)deskutils/sowon/pkg-descr (+3 lines)
Line 0 Link Here
1
Sowon is a graphical timer application that is useful for countdowns.
2
3
WWW: https://github.com/tsoding/sowon/

Return to bug 251574