Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 91557f7a authored by Robert Nelson's avatar Robert Nelson
Browse files

add: python-zombie-imp (0.0.2-2)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 051b8591
Branches
No related merge requests found
#!/bin/bash -e
#https://packages.debian.org/source/trixie/python-zombie-imp
mirror="https://deb.debian.org/debian"
package_name="python-zombie-imp"
debian_pkg_name="${package_name}"
package_version="0.0.2"
git_repo=""
git_sha=""
reprepro_dir="p/${package_name}"
dl_path="pool/main/${reprepro_dir}/"
debian_version="${package_version}-2"
debian_untar="${package_name}_${debian_version}.debian.tar.xz"
debian_patch=""
dist="debian"
suite="bookworm"
deb_arch="arm64"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment