app-text/gzpaste - 0.1.3 (gentoo-zh)

Search

Install

Install this version:

emerge -a =app-text/gzpaste-0.1.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/gzpaste-0.1.3

Or alternatively:

emerge --autounmask-write -a =app-text/gzpaste-0.1.3

Package Information

Description:
Command-line client for the paste.gentoozh.org pastebin
Homepage:
https://github.com/gentoo-zh/gzpaste
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.3 8 ~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Command-line client for the paste.gentoozh.org pastebin"
HOMEPAGE="https://github.com/gentoo-zh/gzpaste"
SRC_URI="https://github.com/gentoo-zh/gzpaste/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"

RDEPEND="net-misc/curl"

src_install() {
	dobin gzpaste
	dodoc README.md README.zh-CN.md README.zh-TW.md
}

Dependencies

RDEPEND

net-misc/curl

Manifest for 0.1.3

Type File Size Source URLs
DIST gzpaste-0.1.3.tar.gz 5458 bytes https://github.com/gentoo-zh/gzpaste/archive/refs/tags/v0.1.3.tar.gz