Skip to content

Commit 3f74de9

Browse files
Zakkauspeeweep
authored andcommitted
app-text/gzpaste: new package, add 0.1.1
Signed-off-by: Zakkaus <zakk@gentoozh.org>
1 parent ec323b3 commit 3f74de9

3 files changed

Lines changed: 35 additions & 0 deletions

File tree

app-text/gzpaste/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DIST gzpaste-0.1.1.tar.gz 4742 BLAKE2B ad73189f1c62e52dccf76c52fd542879801a230a3c665d6cde6d09cd085f49f3ad70bce5f6ec0ffd1d6acad0d8e83938923e2014398af99fafa344b42460284c SHA512 b1f3157277c03fe9575a7fe491aeeb4fbef000f39a320dfbd8455192c75b85c7b25b4b79fe53a2cd0170b8aad3be68a8df01a097fee26dd4c2073a69beb764a7
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright 1999-2026 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
DESCRIPTION="Command-line client for the paste.gentoozh.org pastebin"
7+
HOMEPAGE="https://github.com/gentoo-zh/gzpaste"
8+
SRC_URI="https://github.com/gentoo-zh/gzpaste/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
9+
10+
LICENSE="MIT"
11+
SLOT="0"
12+
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
13+
14+
RDEPEND="
15+
app-misc/jq
16+
net-misc/curl
17+
"
18+
19+
src_install() {
20+
dobin gzpaste
21+
dodoc README.md README.zh-CN.md README.zh-TW.md
22+
}

app-text/gzpaste/metadata.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="person">
5+
<name>Zakkaus</name>
6+
<email>zakk@gentoozh.org</email>
7+
</maintainer>
8+
<upstream>
9+
<bugs-to>https://github.com/gentoo-zh/gzpaste/issues</bugs-to>
10+
<remote-id type="github">gentoo-zh/gzpaste</remote-id>
11+
</upstream>
12+
</pkgmetadata>

0 commit comments

Comments
 (0)