New package: python3-pbs-installer-2025.06.26

This commit is contained in:
Komeil Parseh 2025-07-01 23:06:25 +03:30
parent d2a79a5453
commit 0c5de39f1c
No known key found for this signature in database
GPG key ID: 4D49B19F3D0D7879

View 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
}