# Maintainer: Your Name pkgname=kurcoder-git pkgver=0.0.1 pkgrel=1 pkgdesc="Toolkit for encoding, decoding, checksums, hex conversions & IP calculations" arch=('any') url="https://github.com/0xkurome/kurcoder" license=('MIT') depends=('python3' 'python-pip') makedepends=('git' 'python-setuptools') conflicts=(kurcoder) source=("git+$url") md5sums=('SKIP') package() { cd "kurcoder" python3 -m pip install ipcalc make DESTDIR="$pkgdir/" install }