summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0a530054d490cc1feacec44416f8725f8cb4d486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: renyuneyun (Rui ZHAO) <renyuneyun@gmail.com>

pkgname=feedreader-decsync-git
pkgver=2.11.0.20200923.6b91326
pkgrel=1
pkgdesc="This is a fork of the archived jangernert/FeedReader, a modern desktop application designed to complement existing web-based RSS accounts, but with an updated DecSync plugin."
arch=('x86_64')
url="https://github.com/39aldo39/FeedReader"
license=('GPL3')
conflicts=('feedreader')
provides=('feedreader=2.11.0')
depends=('curl' 'org.freedesktop.secrets' 'gnome-online-accounts' 'gumbo-parser' 'libgee' 'libpeas' 'libdecsync')
makedepends=('gobject-introspection' 'meson' 'vala')
source=("git+https://github.com/39aldo39/FeedReader.git")
sha256sums=('SKIP')

build() {
  arch-meson FeedReader build
  meson compile -C build
}

check() {
  meson test -C build --print-errorlogs
}

package() {
  DESTDIR="$pkgdir" meson install -C build
}