makedeb


ntfd 0.2.2-4


A lightweight notification daemon for fancy desktop integrations

Click here to go back to the commit logs for ntfd.

Commit:


Hash: 594d85fb1b6fe99b4aee17d1c6b2f6f4bea36f02

Message: improved communication regarding where the files installed

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 544d7e9..dbc0082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,16 @@ sha512sums=(
 
 
 package() {
-  install -Dm755 ${srcdir}/${pkgname}-${arch}-unknown-linux-musl ${pkgdir}/usr/local/bin/ntfd
-  install -Dm644 ${srcdir}/${pkgname}/README.md ${pkgdir}/usr/local/share/doc/ntfd/README.md
-  install -Dm644 ${srcdir}/${pkgname}/LICENSE ${pkgdir}/usr/local/share/doc/ntfd/LICENSE
+  install -Dm755 "${srcdir}/${pkgname}-${arch}-unknown-linux-musl" "${pkgdir}/usr/local/bin/ntfd"
+  install -Dm644 "${srcdir}/${pkgname}/README.md" "${pkgdir}/usr/local/share/doc/ntfd/README.md"
+  install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/local/share/doc/ntfd/LICENSE"
+  install -Dm644 "${srcdir}/${pkgname}/config.toml" "${pkgdir}/usr/local/share/doc/ntfd/config.toml"
+   echo -e                     "_   _  ____ _______ ______ "
+   echo -e                    "| \ | |/ __ \__   __|  ____|"
+   echo -e                    "|  \| | |  | | | |  | |__   "
+   echo -e                    "|  |  | |  | | | |  |  __|  "
+   echo -e                    "| |\  | |__| | | |  | |____ "
+   echo -e                    "|_| \_|\____/  |_|  |______|"
+   echo -e                    "                            "  
+  echo -e "config.toml needs to copied to the home directory manually by the user. documentation related files are installed in the /usr/local/share/doc/ntfd directory"
 }