-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6649d67
commit 3d682d2
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Template file for 'giara' | ||
pkgname=giara | ||
version=1.0.1 | ||
revision=1 | ||
build_style=meson | ||
hostmakedepends="pkg-config cmake gettext blueprint-compiler" | ||
makedepends="gtk4-devel libadwaita-devel libgirepository-devel" | ||
depends="python3-Pillow python3-requests python3-praw python3-mistune2 python3-BeautifulSoup4 gtksourceview5" | ||
short_desc="Reddit app with mobile Linux in mind" | ||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>" | ||
license="GPL-3.0-or-later" | ||
homepage="https://gitlab.gnome.org/World/giara" | ||
distfiles="${homepage}/-/archive/${version}/giara-${version}.tar.gz" | ||
checksum=fc38e2cec5315e0abaeb1053b18984e7ded5526f026b435a799d63870a1e4c36 |