template 853 B

12345678910111213141516171819202122232425262728
  1. # Template file for 'eiwd'
  2. pkgname=eiwd
  3. version=2.14
  4. revision=1
  5. wrksrc="iwd-${version}"
  6. build_style=gnu-configure
  7. configure_args="--disable-systemd-service --disable-dbus"
  8. hostmakedepends="python3-docutils pkgconf"
  9. makedepends="readline-devel"
  10. checkdepends="python3"
  11. short_desc="Internet Wireless Daemon without dbus"
  12. maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
  13. license="LGPL-2.1-or-later"
  14. homepage="https://github.com/illiliti/eiwd"
  15. distfiles="https://github.com/illiliti/eiwd/releases/download/${version}-1/iwd-${version}.tar.xz"
  16. checksum=95e5cb1da2fc84efe8b6b7f63e1d4b0b83900538f9fe8079b50cff98f49b3421
  17. conflicts="iwd"
  18. make_dirs="/var/lib/iwd 0600 root root
  19. /etc/iwd 755 root root"
  20. # tests depend on kernel features
  21. make_check=extended
  22. post_install() {
  23. vsv iwd
  24. vbin ${FILESDIR}/iwd_passphrase
  25. vinstall ${FILESDIR}/main.conf 0644 etc/iwd/
  26. }