From 434d34138cdfe2db377efbdc2e6c8bb55d9e88a3 Mon Sep 17 00:00:00 2001 From: Egor Tensin <Egor.Tensin@gmail.com> Date: Sun, 8 Jan 2023 16:06:34 +0100 Subject: add AUR package files --- README.Arch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.Arch (limited to 'README.Arch') diff --git a/README.Arch b/README.Arch new file mode 100644 index 0000000..0149fe3 --- /dev/null +++ b/README.Arch @@ -0,0 +1,16 @@ +cmake-common on AUR +=================== + +There're a bunch of useful one-liners in Makefile. + + * Make the package (this also updates .SRCINFO): + + make package + + * Commit the changes: + + make commit + + * Push to the AUR repository: + + make push -- cgit v1.2.3