2022-11-09 18:37:02 +00:00
|
|
|
COMMENT = lightweight tool offering better readability of web pages
|
2022-11-09 17:28:16 +00:00
|
|
|
|
|
|
|
V = 0.3.0
|
|
|
|
MODGO_MODNAME = github.com/mrusme/reader
|
|
|
|
MODGO_VERSION = v${V}
|
|
|
|
|
|
|
|
DISTNAME = reader-${MODGO_VERSION}
|
|
|
|
PKGNAME = reader-${V}
|
|
|
|
|
|
|
|
CATEGORIES = www
|
|
|
|
|
|
|
|
HOMEPAGE = https://xn--gckvb8fzb.com/projects/reader/
|
|
|
|
|
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
|
|
|
MODULES = lang/go
|
|
|
|
|
|
|
|
WANTLIB += c pthread
|
|
|
|
|
|
|
|
.include "modules.inc"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|