New package: newsflash-1.4.2.
This commit is contained in:
parent
d63d1b824d
commit
0045ad74e9
2 changed files with 23 additions and 0 deletions
22
srcpkgs/newsflash/template
Normal file
22
srcpkgs/newsflash/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'newsflash'
|
||||||
|
pkgname=newsflash
|
||||||
|
version=1.4.2
|
||||||
|
revision=1
|
||||||
|
wrksrc="news_flash_gtk-$version"
|
||||||
|
build_style=meson
|
||||||
|
build_helper=rust
|
||||||
|
hostmakedepends="cargo pkg-config glib-devel sqlite-devel gettext"
|
||||||
|
makedepends="rust-std webkit2gtk-devel libhandy1-devel openssl-devel"
|
||||||
|
short_desc="RSS feed reader that supports various web based services"
|
||||||
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://gitlab.com/news-flash/news_flash_gtk"
|
||||||
|
distfiles="https://gitlab.com/news-flash/news_flash_gtk/-/archive/$version/news_flash_gtk-$version.tar.gz"
|
||||||
|
checksum=099318a6bc57e5e695352b2f3c7dd149c9b889f39cb9cbd58dc3f10f41d4948d
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
vsed -i build-aux/cargo.sh \
|
||||||
|
-e 's,"$CARGO_TARGET_DIR"/,&${RUST_TARGET}/,'
|
||||||
|
fi
|
||||||
|
}
|
1
srcpkgs/newsflash/update
Normal file
1
srcpkgs/newsflash/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pkgname=news_flash_gtk
|
Loading…
Reference in a new issue