net-im/axolotl-bin: new package, add 2.0.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-11-07 22:44:59 +05:00
parent f66e8079de
commit e60dfa7639
3 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST axolotl_2.0.1-1_arm64.deb 7122144 BLAKE2B 62dab3e946b4d1588ede6abbe7d9e07ad4bd1880b26b9244dc0288d10ee0cedd501e1d399321ed39384d685e7b1d9b80d265b3d313dc4b33a720167533144b5d SHA512 6c123f9226a911e3c270b3bf1a4bd479c04a6efce6b7b41fe21e2ed352401edc6cb7cecdc90d8934d8491595a65c1189ec48b148cfaa6995bafd7ae0848d6ead
DIST axolotl_2.0.1_amd64.deb 13070086 BLAKE2B e3ad64eee2af864f1499d170a1125d88bf753a445b4c79550e090891f2fdf7611dcf8f9ca8c356723ed31564f00ada8d2b983e86453c98feab860b010862a5be SHA512 1c1dfdb00ca5de48360384fe5428299c05d1d1135aaa7ba08383564812ebc832816ad00e1afe9ddbbd658b661c810a7a323ffb4a2611a489369e932dc4be6535

View File

@@ -0,0 +1,58 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit unpacker xdg
MY_PN="${PN%-bin}"
MY_P="${MY_PN}_${PV}"
DESCRIPTION="Axolotl is a cross-platform Signal client"
HOMEPAGE="
https://axolotl.chat/
https://github.com/nanu-c/axolotl
"
RELEASE_URI="https://github.com/nanu-c/${MY_PN}/releases/download/v${PV}"
SRC_URI="
amd64? ( ${RELEASE_URI}/${MY_P}_amd64.deb )
arm64? ( ${RELEASE_URI}/${MY_P}-1_arm64.deb )
"
S="${WORKDIR}"
LICENSE="GPL-3"
LICENSE+="
|| ( 0BSD Apache-2.0 MIT )
|| ( Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT )
|| ( Apache-2.0 BSD MIT )
|| ( Apache-2.0 Boost-1.0 )
|| ( Apache-2.0 ISC MIT )
|| ( Apache-2.0 MIT )
|| ( Apache-2.0 MIT ZLIB )
|| ( MIT Unlicense )
AGPL-3 Apache-2.0 BSD BSD-2 CC-BY-4.0 CC0-1.0 GPL-3+ ISC LGPL-3 MIT UbuntuFontLicense-1.0 Unicode-DFS-2016 openssl
"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"
RDEPEND="
dev-libs/glib:2
net-libs/libsoup:3.0
net-libs/webkit-gtk:4.1
sys-libs/glibc
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
x11-libs/cairo[glib]
x11-libs/pango
"
QA_PREBUILT="usr/bin/axolotl"
src_unpack() {
:
}
src_install() {
dodir /
cd "${ED}" || die
unpacker
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<upstream>
<remote-id type="github">nanu-c/axolotl</remote-id>
<bugs-to>https://github.com/nanu-c/axolotl/issues</bugs-to>
</upstream>
</pkgmetadata>