Skip to content

Commit 833505d

Browse files
committed
www/miniflux: import miniflux-2.2.13
Miniflux is a minimalist and opinionated feed reader. It's simple, fast, lightweight and super easy to install.
1 parent 7ab170f commit 833505d

5 files changed

Lines changed: 573 additions & 0 deletions

File tree

www/miniflux/DESCR

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Miniflux is a minimalist and opinionated feed reader. It's simple,
2+
fast, lightweight and super easy to install.

www/miniflux/Makefile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# $NetBSD: Makefile,v 1.1 2025/10/05 20:33:45 wiz Exp $
2+
3+
DISTNAME= miniflux-2.2.13
4+
CATEGORIES= www
5+
MASTER_SITES= ${MASTER_SITE_GITHUB:=miniflux/}
6+
GITHUB_PROJECT= v2
7+
GITHUB_TAG= ${PKGVERSION_NOREV}
8+
9+
MAINTAINER= pkgsrc-users@NetBSD.org
10+
HOMEPAGE= https://github.com/miniflux/v2/
11+
COMMENT= Minimalist and opinionated feed reader
12+
LICENSE= apache-2.0
13+
14+
USE_LANGUAGES= c
15+
16+
.include "go-modules.mk"
17+
.include "../../lang/go/go-module.mk"
18+
.include "../../mk/bsd.pkg.mk"

www/miniflux/PLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@comment $NetBSD: PLIST,v 1.1 2025/10/05 20:33:45 wiz Exp $
2+
bin/miniflux.app

0 commit comments

Comments
 (0)