commit:     f372856b8d0ce74ef123b3c308a549f7576f1100
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Aug 26 10:25:28 2023 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Aug 26 10:25:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f372856b

net-im/go-sendxmpp: add 0.6.1

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 net-im/go-sendxmpp/Manifest                 |  2 ++
 net-im/go-sendxmpp/go-sendxmpp-0.6.1.ebuild | 30 +++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest
index d1633e7d6a..975b13e98e 100644
--- a/net-im/go-sendxmpp/Manifest
+++ b/net-im/go-sendxmpp/Manifest
@@ -2,3 +2,5 @@ DIST go-sendxmpp-0.5.6-vendor.tar.xz 1381836 BLAKE2B 
1854a7d8fe37da69020c9f9e5df
 DIST go-sendxmpp-0.5.6.tar.bz2 28854 BLAKE2B 
30932bc6f6c5665b59f2c3b1586ed7eb6f959b8a08cb861cf136612152c36999bda05727994a5583aa56f0c987f357c9e01d2c6392204c68339e6dd9d92b0c71
 SHA512 
a5d1241db6fd40a87ec46d5878d9e3f663614d76e6f375cb0f9a208c3960cc3661ac3bd5967cf6f6991c0b408a64facadab36642720a5387644d55fd774c0792
 DIST go-sendxmpp-0.6.0-vendor.tar.xz 1387104 BLAKE2B 
de7eed4eb45bb12199f3eb92ac2d84a0d6ee9ad648b6d0d5a70f059c510bdd317d5ff60345a443d03f5b02f72048f7962b73a635449a0818a4f30fcd5513c550
 SHA512 
c396cfacb92723285f3eee410a17ac6e7bae346e1783cf14ae812cd6809cf76cbfec2d37461617ce9938461df6a2387bb54570eca67434bb343d383cdf45857e
 DIST go-sendxmpp-0.6.0.tar.bz2 30272 BLAKE2B 
488caef5d0f5d1f7b248d6374588e8f640684b7b95d87e26f99e8653123715a682e3e89e065c5751e28619f5e07230f04d8a5032a5b3b666ad657f3447884044
 SHA512 
2f11a72650ef32c5fb2caacc68b3d331025d651d858ba50632914c467a9108366f5bb6c1dd938bd7e3869ef014bba60595c8b82bdb3ae8797159fd048cfd828d
+DIST go-sendxmpp-0.6.1-vendor.tar.xz 1388196 BLAKE2B 
d206b79daeae2b5cb49d9556f8b3ee9104531a1fa8f2828ab592c1477e8b259d21f1acb5085ec545a7d229b27aaf7a44c197f56a7684733fd848af31129babc4
 SHA512 
39b76f65195bf7a1563fe837d1c073aacbb83e493f1ae622988ee23eb34d6af15a74b4c1c090a3641e40d31a4d292b6012624957a8ac6384ce031076f7e0087c
+DIST go-sendxmpp-0.6.1.tar.bz2 30102 BLAKE2B 
b00f8e3513ab8ad1cdb0d2a5465f4caba64380580f29e244a0a0be752732cffdaed54896243efda64fbd3a1efe8571e562346c004d46de6cbe11f7c7e9c6ccf6
 SHA512 
9a3a9a415ba68251c923f76be75caef93a7a2a3323a2cd03933c79f0c72d497af6c0837fd434c87ffd90e42a955e6c10c3133ca7e723594c9494962b95e933e2

diff --git a/net-im/go-sendxmpp/go-sendxmpp-0.6.1.ebuild 
b/net-im/go-sendxmpp/go-sendxmpp-0.6.1.ebuild
new file mode 100644
index 0000000000..5d3cadb774
--- /dev/null
+++ b/net-im/go-sendxmpp/go-sendxmpp-0.6.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+# NOTE: To create the vendor tarball, run:
+# `go mod vendor && cd .. && tar -caf ${P}-vendor.tar.xz ${P/-0/-v0}/vendor`
+
+DESCRIPTION="A little tool to send messages to an XMPP contact or MUC"
+HOMEPAGE="https://salsa.debian.org/mdosch/go-sendxmpp";
+SRC_URI="
+       
https://salsa.debian.org/mdosch/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> 
${P}.tar.bz2
+       https://tastytea.de/files/gentoo/${P}-vendor.tar.xz
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="BSD-2 BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+       ego build -buildmode=pie
+}
+
+src_install() {
+       dobin go-sendxmpp
+       default
+}

Reply via email to