mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
miniflux: update to 2.0.14.
This commit is contained in:
parent
dd844469cb
commit
82e8f1c4af
2 changed files with 10 additions and 3 deletions
3
srcpkgs/miniflux/files/miniflux/run
Normal file
3
srcpkgs/miniflux/files/miniflux/run
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
[ -r conf ] && . ./conf
|
||||||
|
exec chpst -u _miniflux miniflux.app
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'miniflux'
|
# Template file for 'miniflux'
|
||||||
pkgname=miniflux
|
pkgname=miniflux
|
||||||
version=2.0.13
|
version=2.0.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/miniflux/miniflux"
|
go_import_path="github.com/miniflux/miniflux"
|
||||||
|
@ -12,5 +12,9 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://miniflux.app"
|
homepage="https://miniflux.app"
|
||||||
distfiles="https://github.com/miniflux/miniflux/archive/${version}.tar.gz"
|
distfiles="https://github.com/miniflux/miniflux/archive/${version}.tar.gz"
|
||||||
checksum=c0213cdc2d6dbdb5cc8fd68a94fe8dd5d699b49faf6c77ad189376117e4e1ceb
|
checksum=e0a47315c3c034241db7ca849f1a7aa80f59f6e5abe3f1e60e4332a882744e7a
|
||||||
system_accounts="${pkgname}"
|
system_accounts="_miniflux"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsv miniflux
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue