Add debootstrap

This commit is contained in:
Phantop 2020-12-28 14:16:38 -05:00
parent c22a8de338
commit f3bc30300f
3 changed files with 16 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
*.eopkg
packager
pspec_x86_64.xml

13
debootstrap/package.yml Normal file
View File

@ -0,0 +1,13 @@
name : debootstrap
version : 1
release : 1
source :
- git|https://salsa.debian.org/installer-team/debootstrap.git : master
license : GPL-2.0-or-later
summary : Insert summary here
description: |
Insert description here
build : |
%make
install : |
%make_install

3
packager Normal file
View File

@ -0,0 +1,3 @@
[Packager]
Name=phantop
Email=phantop@tuta.io