diff --git a/.gitignore b/.gitignore index a77d35e..08a18bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ *.eopkg -packager pspec_x86_64.xml diff --git a/debootstrap/package.yml b/debootstrap/package.yml new file mode 100644 index 0000000..790052c --- /dev/null +++ b/debootstrap/package.yml @@ -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 diff --git a/packager b/packager new file mode 100644 index 0000000..bae4be2 --- /dev/null +++ b/packager @@ -0,0 +1,3 @@ +[Packager] +Name=phantop +Email=phantop@tuta.io