summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 82496a445dd67a001b2999b81e0c6f7263ff26f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Alex Dewar <a.dewar@sussex.ac.uk>
# Maintainer: Doron Cohen <me@doron.dev>

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.5.0
pkgrel=7

provides=("antidot")
conflicts=("antidot")
depends=()

source=("$url/releases/download/v0.5.0/antidot_0.5.0_Linux_x86_64.tar.gz")
sha256sums=('1f2ea4b8fbca1bbac5483dc47dfd5695723176452bc1eecf0e9a9bc71c4fef9a')

package() {
  install -Dm 0755 "$srcdir/antidot" "$pkgdir/usr/bin/antidot"
}