diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 11:11:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 11:11:07 +0300 |
commit | 08b4541394f16e1bc1d84b00024ee43c231136b8 (patch) | |
tree | 10c7dc71ddce39a3c80cbd1ec0a4f87ef4424b4d /README.Arch | |
download | config-links-08b4541394f16e1bc1d84b00024ee43c231136b8.tar.gz config-links-08b4541394f16e1bc1d84b00024ee43c231136b8.zip |
add AUR packaging files
Copied them from my other project linux-status.
Diffstat (limited to '')
-rw-r--r-- | README.Arch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.Arch b/README.Arch new file mode 100644 index 0000000..2d8787c --- /dev/null +++ b/README.Arch @@ -0,0 +1,19 @@ +linux-status on AUR +=================== + +There's a Vagrantfile to make maintenance easier. To start, use `vagrant up`, +then `vagrant ssh`. + +There're a bunch of useful one-liners in Makefile. + + * Make the package: + + make package + + * Tag the last commit: + + make tag + + * Push to the AUR repository: + + make push |