aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Taylor <derek@distrotube.com>2021-04-18 14:01:38 -0500
committerDerek Taylor <derek@distrotube.com>2021-04-18 14:01:38 -0500
commit41df5472d77e3bb983647b90bc2a8baaaa82cfff (patch)
tree644dc308827312338b667af01f401eb2180fe39c
parentUpdating to new version. (diff)
Latest PKGBUILD.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f422e9b..a4e0cdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kunkgg <goukun07@gmail.com>
pkgname=shell-color-scripts
_pkgname=shell-color-scripts
-pkgver=1.0.r38.b5b4e45
+pkgver=1.0.r39.143937f
pkgrel=1
pkgdesc="A CLI for the collection of terminal color scripts. Included 52 beautiful terminal color scripts."
arch=('i686' 'x86_64')
@@ -32,11 +32,11 @@ package() {
cd ${_pkgname}
rm -rf "${pkgdir}/opt/${pkgname}/colorscripts"
mkdir -p "${pkgdir}/opt/${pkgname}/colorscripts"
+ install -Dm644 colorscript.1 "${pkgdir}/usr/local/man/man1/colorscript.1"
install -Dm755 colorscripts/* -t "${pkgdir}/opt/${pkgname}/colorscripts"
install -Dm755 zsh_completion/* -t "${pkgdir}/opt/${pkgname}/zsh_completion"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
- install -Dm644 colorscript.1 "${pkgdir}"/usr/local/man/man1/colorscript.1
install -Dm755 colorscript.sh "${pkgdir}"/usr/bin/colorscript
install -Dm644 zsh_completion/_colorscript -t "${pkgdir}"/usr/share/zsh/site-functions
}