From 0c5de39f1cff279f4159142d866fa28fae3ead40 Mon Sep 17 00:00:00 2001 From: Komeil Parseh Date: Tue, 1 Jul 2025 23:06:25 +0330 Subject: [PATCH] New package: python3-pbs-installer-2025.06.26 --- srcpkgs/python3-pbs-installer/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/python3-pbs-installer/template diff --git a/srcpkgs/python3-pbs-installer/template b/srcpkgs/python3-pbs-installer/template new file mode 100644 index 00000000000..ea650b4f487 --- /dev/null +++ b/srcpkgs/python3-pbs-installer/template @@ -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 " +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 +}