commit fafa1ed2c0c5770321f736b63cece07bb853f41b
parent c23c9cce7ff569e0aa74fc1fc7d5b25c3c6104e6
Author: blmayer <bleemayer@gmail.com>
Date: Tue, 12 Jul 2022 21:41:56 -0300
Improved makefile
Bumped version
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -3,5 +3,5 @@
PREFIX ?= ~/.local
install:
- install -m +x astro -d $(PREFIX)/bin
+ install -m +rx astro -t $(PREFIX)/bin/
diff --git a/astro b/astro
@@ -1,7 +1,7 @@
#!/bin/sh
usage() {
- echo "Astro v0.15.0: Browse the gemini web on the terminal."
+ echo "Astro v0.16.0: Browse the gemini web on the terminal."
echo ""
echo "Usage: astro [url]|[option]"
echo ""
@@ -35,7 +35,7 @@ usage() {
}
version() {
- echo "astro 0.15.0"
+ echo "astro 0.16.0"
echo "Copyright (C) 2021 Brian Mayer."
echo "License MIT: MIT License <https://opensource.org/licenses/MIT>"
echo "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,"