forked from tastytea/overlay
net-im/go-sendxmpp: New package
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
542bd35c0d
commit
8a1c0554cf
12
net-im/go-sendxmpp/Manifest
Normal file
12
net-im/go-sendxmpp/Manifest
Normal file
|
@ -0,0 +1,12 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
EBUILD go-sendxmpp-9999.ebuild 434 BLAKE2B acc4ffe97eb47ec94316117ef56b20ed2db515d9e2814f239e399722f7b9c6e3e1a1d7585f71455b23ab84ee4c5805e44128be27a2f2938c3e52536f501f5ed6 SHA512 c1ef6ef6aa16eee5bac8e7f7b980ef65368b7826d51f898b9df62e23c76a7da046924b8d8de956e15ae8df35999f171ea5e73f91d38021b5bd30c3e6ccaf99e6
|
||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW+TR4QAKCRDPw5SX8bJu
|
||||
BwjgAP9qUhoDCxppud2Uwee8lOyzX1Yaz9ksNxbC2+T8y6z33wD/ZsEe+Sr2c39m
|
||||
W9TQm8baPP5zH52S1CNwE5g4Q2AIsh4=
|
||||
=UHtM
|
||||
-----END PGP SIGNATURE-----
|
20
net-im/go-sendxmpp/go-sendxmpp-9999.ebuild
Normal file
20
net-im/go-sendxmpp/go-sendxmpp-9999.ebuild
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit golang-build golang-vcs
|
||||
|
||||
DESCRIPTION="A little tool to send messages to an XMPP contact or MUC"
|
||||
HOMEPAGE="https://salsa.debian.org/mdosch-guest/go-sendxmpp"
|
||||
EGO_PN="salsa.debian.org/mdosch-guest/go-sendxmpp"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
DEPEND="
|
||||
dev-lang/go
|
||||
dev-go/go-xmpp
|
||||
dev-go/getopt2
|
||||
dev-go/xmpp
|
||||
"
|
8
net-im/go-sendxmpp/metadata.xml
Normal file
8
net-im/go-sendxmpp/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user