From 5dd552d949c03059557f3cc3c6f7a320a0bf9e01 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 8 Mar 2021 12:54:21 +0300 Subject: aur: add Vagrantfile, Makefile, etc. --- README.Arch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.Arch (limited to 'README.Arch') 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 -- cgit v1.2.3