Skip to content

Commit 5b8994d

Browse files
committed
New package: freshrss-1.28.1
1 parent 02aa565 commit 5b8994d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

srcpkgs/freshrss/template

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Template file for 'freshrss'
2+
pkgname=freshrss
3+
version=1.28.1
4+
revision=1
5+
create_wrksrc=yes
6+
depends="virtual?php-runtime curl"
7+
short_desc="A free, self-hostable news aggregator"
8+
maintainer="micro80 <[email protected]>"
9+
license="AGPL-3.0"
10+
homepage="https://freshrss.org"
11+
distfiles="https://github.com/FreshRSS/FreshRSS/archive/refs/tags/${version}.tar.gz"
12+
checksum=79bc4e408001aa3c40b1df58c66f9584bdb1459a0addabbbb79a5ff1ea65287c
13+
14+
do_install() {
15+
cd ${wrksrc}/FreshRSS-${version}
16+
vmkdir usr/share/webapps/${pkgname}
17+
cp -rT . ${DESTDIR}/usr/share/webapps/${pkgname}
18+
vlicense LICENSE.txt
19+
}

0 commit comments

Comments
 (0)