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

Collapse All | Expand All

(-)games/sowon/Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	sowon
4
DISTVERSION=	1.0.0
5
CATEGORIES=	games
6
MASTER_SITES=	https://github.com/tsoding/sowon/
7
8
MAINTAINER=	nsonack@outlook.com
9
COMMENT=	Graphical countdown timer application
10
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
USES=		pkgconfig sdl
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	tsoding
18
GH_TAGNAME=	85dbbd06e7f20fe0a727fcb34e5206c23894ff83
19
20
USE_SDL=	sdl2
21
22
PLIST_FILES=	bin/sowon \
23
		man/man6/sowon.6.gz
24
25
.include <bsd.port.mk>
(-)games/sowon/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1607066456
2
SHA256 (tsoding-sowon-1.0.0-85dbbd06e7f20fe0a727fcb34e5206c23894ff83_GH0.tar.gz) = 6545c55ad1f826d5bbcda6efe297ec987a8944df5a75dbde10be30d5e9f6c7a4
3
SIZE (tsoding-sowon-1.0.0-85dbbd06e7f20fe0a727fcb34e5206c23894ff83_GH0.tar.gz) = 951692
(-)games/sowon/pkg-descr (+4 lines)
Line 0 Link Here
1
Sowon is a graphical countdown timer designed for streamers on e.g.  Twitch
2
and other platforms.
3
4
WWW: https://github.com/tsoding/sowon/

Return to bug 251574