22 lines
684 B
Bash
22 lines
684 B
Bash
# Template file for 'miniflux'
|
|
pkgname=miniflux
|
|
version=2.0.33
|
|
revision=1
|
|
wrksrc="v2-${version}"
|
|
build_style=go
|
|
go_import_path="miniflux.app"
|
|
go_ldflags="-X miniflux.app/version.Version=${version}"
|
|
hostmakedepends="git"
|
|
short_desc="Minimalist and opinionated feed reader written in Go"
|
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
|
license="Apache-2.0"
|
|
homepage="https://miniflux.app"
|
|
changelog="https://raw.githubusercontent.com/miniflux/v2/master/ChangeLog"
|
|
distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
|
|
checksum=b61c9ddb62be8f1cc15a70a1c916d55f8ac47299df9c2323552eb275a36d2cc3
|
|
system_accounts="_miniflux"
|
|
|
|
post_install() {
|
|
vsv miniflux
|
|
vman miniflux.1
|
|
}
|