aboutsummaryrefslogtreecommitdiff
path: root/docs/manual/Building.Packaging.md
blob: c88eab0723bb1013fe3d2e99f02a68607c296fea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.