Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # Template file for 'apcupsd'
  2. pkgname=apcupsd
  3. version=3.14.14
  4. revision=1
  5. build_style=gnu-configure
  6. configure_args="--enable-usb --with-upstype=usb --with-upscable=usb --with-serial-dev=/dev/usb/hid/hiddev[0-9]"
  7. depends=""
  8. hostmakedepends=""
  9. makedepends="util-linux runit-void mailx man-db"
  10. conf_files="/etc/${pkgname}/*"
  11. short_desc="A daemon for controlling APC UPSes"
  12. license="GPL-2"
  13. homepage="http://www.apcupsd.org"
  14. distfiles="https://downloads.sourceforge.net/project/apcupsd/apcupsd%20-%20Stable/$version/$pkgname-$version.tar.gz"
  15. checksum="db7748559b6b4c3784f9856561ef6ac6199ef7bd019b3edcd7e0a647bf8f9867"
  16.  
  17. post_install() {
  18. vsv apcupsd
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement