mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/newsflash: new aport
An rss feed reader that supports various web based services https://gitlab.com/news-flash/news_flash_gtk/
This commit is contained in:
parent
6f7f45f114
commit
80a9dfd115
24
testing/newsflash/APKBUILD
Normal file
24
testing/newsflash/APKBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# Contributor: Alex McGrath <amk@amk.ie>
|
||||
# Maintainer: Alex McGrath <amk@amk.ie>
|
||||
pkgname=newsflash
|
||||
pkgver=1.0.5
|
||||
pkgrel=0
|
||||
pkgdesc="An rss feed reader that supports various web based services"
|
||||
url="https://gitlab.com/news-flash/news_flash_gtk/"
|
||||
arch="all !s390x" # cargo, rust, libhandy not found
|
||||
license="GPL-3.0-only"
|
||||
makedepends="meson bash rust cargo webkit2gtk-dev libhandy-dev sqlite-dev gettext-dev openssl-dev"
|
||||
source="newsflash-$pkgver.tar.gz::https://gitlab.com/news-flash/news_flash_gtk/-/archive/$pkgver/news_flash_gtk-$pkgver.tar.gz"
|
||||
options="!check" # no tests
|
||||
builddir="$srcdir/news_flash_gtk-$pkgver"
|
||||
|
||||
build() {
|
||||
abuild-meson . output
|
||||
meson compile -j 2 -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
sha512sums="049b24b45f9e4eb29b135e7810462495bb36ebe54ced779cb7f00952a50e048d43916ab2d31a5b8b225947b4ee51ea7d16ddbf141edb9bd2bdea399233ed0654 newsflash-1.0.5.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user