25 lines
866 B
Text
25 lines
866 B
Text
# Maintainer: Antoine Martin <antoine@ayakael.net>
|
|
pkgname=freshrss-wallabag
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
pkgdesc="This FreshRSS extension adds a button to each article which adds the respective article to your Wallabag installation."
|
|
url="https://github.com/youknow0/freshrss-wallabag"
|
|
arch="noarch"
|
|
license="GAGPL-3.0-only"
|
|
depends="freshrss"
|
|
makedepends="git"
|
|
_gittag=fd71dc759dc8b8d0b6247a5e6a10a9832f117564
|
|
source="https://codeload.github.com/youknow0/freshrss-wallabag/zip/$_gittag"
|
|
builddir="$srcdir"
|
|
options="!check"
|
|
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
mkdir -p "${pkgdir}/usr/share/webapps/freshrss/extensions"
|
|
cp -R "${pkgname}" "${pkgdir}/usr/share/webapps/freshrss/extensions/"
|
|
}
|
|
|
|
sha512sums="
|
|
c64d3033108e9e2ea964ff5dad57f5b5b9adccecbd3d3eed779b408fe6418be74fb251090b503aaa106ed33ae133899ec4ec066bfa3a22dd33f8f5803acd4397 fd71dc759dc8b8d0b6247a5e6a10a9832f117564
|
|
"
|