# Maintainer: Alex Dewar # Maintainer: Doron Cohen pkgname=antidot-bin pkgdesc="Cleans up your $HOME from those pesky dotfiles" url="https://github.com/doron-cohen/antidot" license=("MIT") arch=("x86_64") pkgver=0.4.2 pkgrel=1 provides=("antidot") conflicts=("antidot") depends=() source=("antidot-0.4.2.bin::https://github.com/doron-cohen/antidot/releases/download/v0.4.2/antidot_v0.4.2_linux_amd64") sha256sums=("e5fe5ab45522c3bac305f9144c590c92174abf3d5ed997203b4d946580d3cf0b") package() { install -Dm 0755 "$srcdir/antidot-0.4.2.bin" "$pkgdir/usr/bin/antidot" }