1 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2 # Contributor: enzzzzy <enzzzzy ta gmail dot com>
7 pkgdesc='Small tool to let you perform a dhcp-request to find out if a dhcp-server is still running'
8 url='https://www.mavetju.org/unix/general.php'
12 source=(https://www.mavetju.org/download/${pkgname}-${pkgver}.tar.gz)
13 sha256sums=('32ef86959b0bdce4b33d4b2b216eee7148f7de7037ced81b2116210bc7d3646a')
14 sha512sums=('84ead27ba07f7ecc1e8cf6d95b40c98ee20a39ce54386249f403120beac70c45d765d5268b4968dbfbbb92790adcc1eb648c3a87071d215ad64bcd23aec818d3')
17 cd ${pkgname}-${pkgver}
22 --mandir=/usr/share/man
27 cd ${pkgname}-${pkgver}
32 cd ${pkgname}-${pkgver}
33 make DESTDIR="${pkgdir}" install
34 install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"