Adding initial openmg ebuild.

This commit is contained in:
sergiotarxz 2022-04-12 05:16:24 +02:00
parent a096a4d396
commit c60934b91e
3 changed files with 38 additions and 0 deletions

2
app-misc/openmg/Manifest Normal file
View File

@ -0,0 +1,2 @@
DIST openmg-0.0.1.tar.gz 11563404 BLAKE2B c58828e6251804da0372f1005b3f38b41dd4564187298e687e61ccebce30b0f55a8ab0288a674a3a576c3c22231cc542b82ea6e89e5e3b81b948bef38528c301 SHA512 7680d7263f11bec8db61b90eb5656b084eaac9763d7b380f8b5d7f4e9d60e5bb8dc128b95f384728c45cda5ed64a3a4e118cd47c7e526af73b8c70ef437f6576
EBUILD openmg-0.0.1.ebuild 664 BLAKE2B 214dccc8dca785747db577ac009410bc80a13aecba0d8539017d5146cd7991b13e948d1422458418ac2949b68ce98af8890d7a27e380c1fe9e82dcb75ce2c35f SHA512 a69b0ad923a2bc4c52ea87bae89535ae082dd519f846d72f0d7a0763d949dfd4f23c1e7bdfb81689ad809fa58fd25a2e4aaf50a02b47c618028e0384a35955e5

View File

@ -0,0 +1,35 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="A free software manga reader."
HOMEPAGE="https://gitea.sergiotarxz.freemyip.com"
SRC_URI="https://gitea.sergiotarxz.freemyip.com/sergiotarxz/mangareader/archive/v${PV}.tar.gz -> openmg-$PV.tar.gz"
LICENSE="GPLv3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-libs/glib-2.64:2
>=gui-libs/libadwaita-1.1.0
>=net-libs/libsoup-2.74.2
>=gui-libs/gtk-4.6.1
>=dev-db/sqlite-3.38.0
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
>=dev-util/meson-0.60.3
"
src_configure() {
meson_src_configure
}
src_install() {
meson_src_install
}

View File

@ -1,2 +1,3 @@
[sergiotarxz]
repo-name=sergiotarxz
masters=gentoo