mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: python3-pbs-installer-2025.06.26
This commit is contained in:
parent
d2a79a5453
commit
0c5de39f1c
1 changed files with 23 additions and 0 deletions
23
srcpkgs/python3-pbs-installer/template
Normal file
23
srcpkgs/python3-pbs-installer/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'python3-pbs-installer'
|
||||
pkgname=python3-pbs-installer
|
||||
version=2025.06.26
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3 python3-build python3-pdm-backend"
|
||||
depends="python3-httpx python3-zstandard"
|
||||
short_desc="Installer for @indygreg's python-build-standalone"
|
||||
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/frostming/pbs-installer"
|
||||
changelog="https://raw.githubusercontent.com/pdm-project/pdm/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/frostming/pbs-installer/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=01e6c545005a304b1bcc2a4ebb82212e4fc3ed8cd48e2ebc0e46dd30932fc492
|
||||
|
||||
pre_build() {
|
||||
# Specify fallback version to avoid SCM detection issues
|
||||
export PDM_BUILD_SCM_VERSION="${version}"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue