mirror of
https://github.com/edu4rdshl/upcheck.git
synced 2026-07-17 23:24:49 +00:00
Update PKGBUILD
This commit is contained in:
parent
09d97a08b8
commit
9cb52f35b0
1 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
|
# Maintainer: Eduard Toloza edu4rdshl@securityhacklabs.net
|
||||||
|
|
||||||
pkgname=upcheck
|
pkgname=upcheck
|
||||||
pkgver=0.1.0
|
pkgver=0.1.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Checker for ArchLinux available updates and send it via notify-rust.'
|
pkgdesc='Checker for ArchLinux available updates and send it via notify-rust.'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
@ -14,9 +16,9 @@ install="$pkgname.install"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
install -dm 755 "$pkgdir/etc/systemd/system/"
|
install -dm 755 "$pkgdir/usr/lib/systemd/user/"
|
||||||
|
|
||||||
install -Dm 755 bin/$pkgname "$pkgdir/usr/bin/$pkgname"
|
install -Dm 755 bin/$pkgname "$pkgdir/usr/bin/$pkgname"
|
||||||
install -Dm 755 README.md "$pkgdir/usr/share/doc/$pkgname/README"
|
install -Dm 755 README.md "$pkgdir/usr/share/doc/$pkgname/README"
|
||||||
cp $pkgname.{service,timer} "$pkgdir/etc/systemd/system/"
|
cp $pkgname.{service,timer} "$pkgdir/usr/lib/systemd/user/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue