gemini-client/lagrange: New version 1.2.3
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
2df473981c
commit
708fbe809b
|
@ -1 +1,2 @@
|
|||
DIST lagrange-1.1.1.tar.gz 14298292 BLAKE2B a044cdcaa71daac3f5ad35935c925d626a3874c79d37f93b2e4291b19f2c9e2148f83fe6ce24076ef3cc5c1360966dbea9195fe956cb97c48c432ad4239ba743 SHA512 2d85496f354bccb7d355beb952e0e26d1831795660401c93cbc2563fdc89574375f25a76b8f6d429b9890cd488ee47f0fc907541bcc46eb7ebaf4a2fa05deccf
|
||||
DIST lagrange-1.2.3.tar.gz 14356216 BLAKE2B 8c8a8142a90e67180b0cd4203de582845e098135c6a856e39674ac2d30220e23626db9390bb5e06d640c6611170138a02985ae80686f887316e9462e6aac65b1 SHA512 877616bdd585a27a783d9127c7cce15d81aa0cdc3b10f76c579c9d46ea9f4484e35a01a1adae92c30466b7d6e148066b26753da282b41a0d79608574e26a7709
|
||||
|
|
36
gemini-client/lagrange/lagrange-1.2.3.ebuild
Normal file
36
gemini-client/lagrange/lagrange-1.2.3.ebuild
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake optfeature xdg-utils
|
||||
|
||||
DESCRIPTION="Desktop GUI client for browsing Geminispace"
|
||||
HOMEPAGE="https://gmi.skyjake.fi/lagrange/
|
||||
https://git.skyjake.fi/skyjake/lagrange"
|
||||
SRC_URI="https://git.skyjake.fi/skyjake/${PN}/releases/download/v${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libpcre
|
||||
dev-libs/libunistring
|
||||
dev-libs/openssl
|
||||
media-libs/libsdl2
|
||||
sys-libs/zlib
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Optional dependencies:"
|
||||
optfeature "MPEG audio support" media-sound/mpg123
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
exit 0
|
||||
}
|
Loading…
Reference in a new issue