This commit is contained in:
Daniel Langbein 2021-05-13 18:51:10 +02:00
parent 6a2bca8ca6
commit 29efedb764

View File

@ -2,7 +2,7 @@
_pkgname=nano
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgver=0.0.2
pkgrel=1
pkgdesc="htop with configuration"
arch=('any')
@ -16,5 +16,5 @@ sha256sums=('SKIP')
package() {
cd "${_reponame}/pkg/${pkgname}"
install -m0644 htoprc "$pkgdir"/etc/htoprc
install -Dm0644 htoprc "$pkgdir"/etc/htoprc
}