Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions srcpkgs/osc/files/README.voidlinux
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Osc has the following optional dependency:
obs-build: For command 'osc build'

# xbps-install -S obs-build
10 changes: 7 additions & 3 deletions srcpkgs/osc/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Template file for 'osc'
pkgname=osc
version=1.24.0
version=1.27.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-cryptography python3-devel
rpm-python3 python3-urllib3"
depends="python3-cryptography rpm-python3 python3-urllib3 python3-ruamel.yaml"
checkdepends="python3-pytest diffstat $depends"
checkdepends="python3-pytest diffstat git $depends"
short_desc="Command Line Interface for Open Build Service"
maintainer="Emil Miler <em@0x45.cz>"
license="GPL-2.0-or-later"
homepage="https://github.com/openSUSE/osc"
changelog="https://raw.githubusercontent.com/openSUSE/osc/master/NEWS"
distfiles="https://github.com/openSUSE/osc/archive/refs/tags/${version}.tar.gz"
checksum=f2bc8b57e674d320efb9d0617b6e5abc0de1f7185369558ed1a07b91b67eb931
checksum=72e90ff3d278fc072f640223cf911635eed58c7ecbac4da722205a0ebf83ddf0

post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}