1.0.141
All checks were successful
Build / Build project (push) Successful in 1m33s

This commit is contained in:
Alexander Zhirov 2025-05-31 15:16:21 +03:00
parent 588257617c
commit 999c2762ca
Signed by: alexander
GPG key ID: C8D8BE544A27C511
7 changed files with 128 additions and 0 deletions

29
package.yml Normal file
View file

@ -0,0 +1,29 @@
name : debootstrap
version : 1.0.141
release : 1
source :
- git|https://salsa.debian.org/installer-team/debootstrap.git : 8457f34b4c30a09e7acfabf5ab153146cc3470ed
homepage : https://salsa.debian.org/installer-team/debootstrap
license : MIT
component : programming.tools
summary : Bootstrap a basic Debian system
description: |
Bootstrap a basic Debian system
rundeps :
- binutils
build : |
%apply_patches
install : |
make DESTDIR="$installdir" install
install -Dm00644 $pkgfiles/scripts/1.8_x86-64 $installdir/usr/share/debootstrap/scripts/1.8_x86-64
install -Dm00644 $pkgfiles/scripts/orel $installdir/usr/share/debootstrap/scripts/orel
ln -sf 1.8_x86-64 $installdir/usr/share/debootstrap/scripts/12.8_x86-64
ln -sf 1.8_x86-64 $installdir/usr/share/debootstrap/scripts/3.8_s390x
ln -sf orel $installdir/usr/share/debootstrap/scripts/1.7_x86-64
ln -sf orel $installdir/usr/share/debootstrap/scripts/4.7_arm
ln -sf orel $installdir/usr/share/debootstrap/scripts/4.8_arm
ln -sf orel $installdir/usr/share/debootstrap/scripts/novorossiysk
ln -sf orel $installdir/usr/share/debootstrap/scripts/sevastopol
ln -sf orel $installdir/usr/share/debootstrap/scripts/smolensk