16 lines
550 B
Bash
16 lines
550 B
Bash
# Template file for 'miniflux'
|
|
pkgname=miniflux
|
|
version=2.0.13
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/miniflux/miniflux"
|
|
go_package="miniflux.app"
|
|
hostmakedepends="git"
|
|
depends="postgresql"
|
|
short_desc="Minimalist and opinionated feed reader written in Go"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://miniflux.app"
|
|
distfiles="https://github.com/miniflux/miniflux/archive/${version}.tar.gz"
|
|
checksum=c0213cdc2d6dbdb5cc8fd68a94fe8dd5d699b49faf6c77ad189376117e4e1ceb
|
|
system_accounts="${pkgname}"
|