Skip to content

Commit

Permalink
New package: newsflash-1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paper42 authored and ericonr committed Jul 14, 2021
1 parent d63d1b8 commit 0045ad7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions srcpkgs/newsflash/template
@@ -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 change: 1 addition & 0 deletions srcpkgs/newsflash/update
@@ -0,0 +1 @@
pkgname=news_flash_gtk

0 comments on commit 0045ad7

Please sign in to comment.