We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02aa565 commit 5b8994dCopy full SHA for 5b8994d
1 file changed
srcpkgs/freshrss/template
@@ -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