template 596 B

123456789101112131415161718192021222324
  1. # Template file for 'xd-torrent'
  2. pkgname=xd-torrent
  3. version=0.3.4
  4. revision=1
  5. archs="x86_64"
  6. wrksrc="XD-${version}"
  7. build_style=gnu-makefile
  8. hostmakedepends="go which"
  9. short_desc="I2P BitTorrent Client written in GO"
  10. maintainer="reback00 <reback00@protonmail.com>"
  11. license="MIT"
  12. homepage="https://github.com/majestrate/XD"
  13. distfiles="https://github.com/majestrate/XD/archive/v${version}.tar.gz"
  14. checksum=90a3df7a52ec30effe4a287728c1fd2d93a3a08b59cd2c6a971513d487d9d48a
  15. nopie=yes
  16. do_install() {
  17. vbin XD
  18. vinstall XD-cli 644 usr/bin
  19. vinstall "${FILESDIR}/xd.conf" 644 etc/xd
  20. vlicense LICENSE
  21. }