-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update neofetch to v1.1.0 * inform config update * optional config msg
- Loading branch information
1 parent
551e0db
commit fcce9a3
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,28 @@ | |
pkgnames=(neofetch) | ||
pkgdesc="A command-line system information tool" | ||
url="https://github.com/rM-self-serve/neofetch-rM" | ||
pkgver=0.0.0-1 | ||
timestamp=2023-02-09T11:43:00Z | ||
pkgver=1.1.0-1 | ||
timestamp=2023-12-06T11:43:00Z | ||
section="utils" | ||
maintainer="rM-self-serve <[email protected]>" | ||
license=MIT | ||
|
||
source=( | ||
https://github.com/rM-self-serve/neofetch-rM/archive/c497597ba4b481042cbb48b7c2c55e45dda25543.zip | ||
https://github.com/rM-self-serve/neofetch-rM/archive/955997e4e3b8be682f40ee54366e44337df68959.zip | ||
) | ||
|
||
sha256sums=( | ||
06492898eac6fb4f2cc95ca52c65f8f4f580ada57b4fe433722dabeae884b633 | ||
451017bd2517cf8c124af772e77b316ad784507709219e5831b28f613830f7e5 | ||
) | ||
|
||
package() { | ||
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/neofetch | ||
} | ||
|
||
configure() { | ||
if [ -f '/home/root/.config/neofetch/config.conf' ]; then | ||
echo "" | ||
echo "You may choose to remove ~/.config/neofetch/config.conf" | ||
echo "in order to get the latest default config." | ||
fi | ||
} |