pkgname: 'wireguard-tools' pkgver: '1.0.20260223' pkgrel: '1' pkgdesc: 'next generation secure network tunnel - tools for configuration' url: 'https://www.wireguard.com/' arch: x86_64 depends: - 'bash-completion' makedepends: [] source: - 'https://git.zx2c4.com/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver}/ find contrib/ -name '.gitignore' -delete cd ${pkgname}-${pkgver}/src make make DESTDIR=${PKGDIR} \ PREFIX=/usr \ RUNSTATEDIR=/run \ WITH_BASHCOMPLETION=yes \ WITH_WGQUICK=yes \ WITH_SYSTEMDUNITS=no \ install install -d -m0755 ${PKGDIR}/usr/share/${pkgname} cp -r ../contrib \ ${PKGDIR}/usr/share/${pkgname}/examples package: | true