dev-util/obs-build - 20260623-r1 (gentoo-zh)

Search

Install

Install this version:

emerge -a =dev-util/obs-build-20260623-r1

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

autounmask =dev-util/obs-build-20260623-r1

Or alternatively:

emerge --autounmask-write -a =dev-util/obs-build-20260623-r1

Package Information

Description:
OBS build script
Homepage:
https://github.com/openSUSE/obs-build
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
20260623-r1 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="OBS build script"
HOMEPAGE="https://github.com/openSUSE/obs-build"
SRC_URI="https://github.com/openSUSE/obs-build/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	app-arch/rpm
	dev-lang/perl
"

Dependencies

RDEPEND

	app-arch/rpm
	dev-lang/perl