Coming features
---------------
-* Automatic patch application.
+* Automatic application patching.
* Source code verification using multiple methods (commit hash, checksums, OpenPGP).
Installation
------------
-On a Debian-like system:
+Simply clone it and add to your `$PATH`:
+
+ git clone https://git.fluxo.info/stowpkg
+
+You can also verify the latest commit's OpenPGP signature:
+
+ /usr/bin/git -C stowpkg verify-commit HEAD
+
+You'll also need some dependencies. On a Debian-like system those can be
+installed using
sudo apt install stow build-essential
Further development
-------------------
-* Per-architecture binary package support using git-annex and GnuPG signatures, including:
+Per-architecture binary package support using git-annex and GnuPG signatures, including:
stowpkg pack <package> # pack an installed package
stowpkg fetch <package> # fetch package from the repo
-What is does
+What it does
------------
If you want to do it manually:
#provision_rsync_opts="--exclude=somefolder"
# Absolute path for a provision script located inside the guest.
-provision_command="/usr/local/share/kvmx/provision/development"
+provision_command="/home/$user/code/$VM/tests/provision"
# Graphics
# See https://wiki.archlinux.org/index.php/QEMU#Graphics
--- /dev/null
+#!/bin/sh
+
+# Run the default development provisioner
+/usr/local/share/kvmx/provision/development
+
+# Configure a test enviroment
+echo 'BASE="/home/user/temp/misc/stowpkg"' > /home/user/.config/stowpkg