PKGBUILD 724 B

1234567891011121314151617181920212223
  1. # Maintainer: David P. <megver83@parabola.nu>
  2. # Maintainer (Artix): Rafli Akmal <rafliakmaltejakusuma@gmail.com>
  3. # Contributor (Artix): artoo <artoo@artixlinux.org>
  4. # Contributor (Artix): Oscar Campos <damnwidget@artixlinux.org>
  5. pkgname=thermald-openrc
  6. pkgver=20210505
  7. pkgrel=1
  8. pkgdesc="OpenRC thermald init script"
  9. arch=('any')
  10. url="https://gitea.artixlinux.org/artixlinux/packages-openrc"
  11. license=('GPL2')
  12. groups=('openrc-galaxy')
  13. provides=('init-thermald')
  14. conflicts=('init-thermald')
  15. source=("thermald.initd")
  16. sha256sums=('c53e318a6da1e3abd758f864e870f3186ebfe49c729fe65b0f2dd94168e65892')
  17. package() {
  18. depends=('dbus-openrc' 'thermald')
  19. install -Dm 755 "$srcdir/thermald.initd" "$pkgdir/etc/init.d/thermald"
  20. }