mirror of
https://github.com/edu4rdshl/powerman.git
synced 2026-07-17 23:24:53 +00:00
Update PKGBUILD
This commit is contained in:
parent
b5f01807d0
commit
206fff406f
1 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Eduard Toloza <tolosaeduard@gmail.com>
|
# Maintainer: Eduard Toloza <tolosaeduard@gmail.com>
|
||||||
|
|
||||||
pkgname=powerman
|
pkgname=powerman
|
||||||
pkgver=0.1.1
|
pkgver=0.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Power Management framework for Linux written in Rust..'
|
pkgdesc='Power Management framework for Linux written in Rust..'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
@ -12,9 +12,6 @@ sha512sums=('SKIP')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
install -dm 755 "${pkgdir}/usr/lib/systemd/system/"
|
|
||||||
|
|
||||||
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"
|
|
||||||
cp "${pkgname}".{service,timer} "${pkgdir}/usr/lib/systemd/system/"
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue