add memerist

This commit is contained in:
2026-06-09 10:02:47 +02:00
parent ef6cd8610a
commit c7a21a2d5c
2 changed files with 29 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST memerist-0.8.1.tar.gz 2177677 BLAKE2B f8b54ab3f62774e9811717fb669c4d60dbe05d93d9eabd07596d3b9a4e90549e0cb35b9d084bad3d0edb1e8f2476de415920ed2ab34f1ed2de87cda5c265b1c2 SHA512 dcdc9ec0e511ac50c2de9f3f315800fbfcc322eb439c452fe79b5935985cc0030d8e9fc3bbfc62884074413271dc58f5d28b64e8e4bff6a3539464f192b1e688
EBUILD memerist-0.8.1.ebuild 546 BLAKE2B dad660a9f70e78f29470fb39fdd95b0a8fdf475ffc5f9ffdfc54c9d46ba4388792ea5ab96ce98484e323b40917b7aa44b1db8da4aee43594abf4172f74bd957d SHA512 aae3a905465cd2f84c1472f16b32b59cb441f320cf5480f1954ea12d5d93c0654d17ba2766f3905a726c4d4d4683c12efb6a19f31343dfba1185f7bda16a2e14
+27
View File
@@ -0,0 +1,27 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson ninja-utils
DESCRIPTION="A simple meme editor for Linux"
HOMEPAGE="https://github.com/vani-tty1/memerist"
SRC_URI="https://github.com/vani-tty1/memerist/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
DEPEND="
gui-libs/gtk:4
>=gui-libs/libadwaita-1.8
media-libs/libepoxy
media-gfx/imagemagick
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-util/blueprint-compiler
"
RESTRICT="mirror"