aboutsummaryrefslogtreecommitdiff
path: root/docs/manual/Building.Packaging.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/Building.Packaging.md')
-rw-r--r--docs/manual/Building.Packaging.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/manual/Building.Packaging.md b/docs/manual/Building.Packaging.md
deleted file mode 100644
index c88eab0..0000000
--- a/docs/manual/Building.Packaging.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Packaging
-
-## Source Tarball
-
-1. Get source code from the repository
-> git archive --format=tar HEAD > head.tar
-
-2. Compress with lzip
-> lzip -9 --force --output=head.tar.lz head.tar
-
-3. Generate checksum
-> sha512sum --binary head.tar.lz > head.tar.lz.sha512
-
-## makepkg
-
-A PKGBUILD is provided in linux/makepkg/PKGBUILD.