diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-09-22 16:44:19 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-09-22 16:44:19 +0200 |
commit | f0551b8645d9e3babf35e40fbc74c02ec8990e58 (patch) | |
tree | 140ce0b81f1da4a385a02709e03e9a734c0ee420 /docs/manual/Building.Packaging.md | |
parent | Fixed bug with starting up if the local socket wasn't cleaned up (diff) | |
download | smolbote-f0551b8645d9e3babf35e40fbc74c02ec8990e58.tar.xz |
Updated documentation
Diffstat (limited to 'docs/manual/Building.Packaging.md')
-rw-r--r-- | docs/manual/Building.Packaging.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/manual/Building.Packaging.md b/docs/manual/Building.Packaging.md new file mode 100644 index 0000000..c88eab0 --- /dev/null +++ b/docs/manual/Building.Packaging.md @@ -0,0 +1,16 @@ +# 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. |