Added freshrss-wallabag-0.1-0

This commit is contained in:
ayakael 2018-10-03 12:32:05 -04:00
parent 5e8140648d
commit 9104443288
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -1,13 +1,13 @@
# Maintainer: Antoine Martin <antoine@ayakael.net> # Maintainer: Antoine Martin <antoine@ayakael.net>
pkgname=freshrss-wallabag pkgname=freshrss-wallabag
pkgver=1.0 pkgver=0.1
pkgrel=2 pkgrel=0
pkgdesc="A digital audio manager built very specifically for my git-annex backed music collection" pkgdesc="This FreshRSS extension adds a button to each article which adds the respective article to your Wallabag installation."
url="https://github.com/ayakael/dam" url="https://github.com/ayakael/dam"
arch="noarch" arch="noarch"
license="GAGPL-3.0-only" license="GAGPL-3.0-only"
depends="bash freshrss wallabag" depends="freshrss wallabag"
makedepends="bash coreutils findutils gawk git" makedepends="git"
source="$pkgname-$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz"
_giturl="https://git.n7r.de/nrb/freshrss-wallabag.git" _giturl="https://git.n7r.de/nrb/freshrss-wallabag.git"
_gittag="master" _gittag="master"