summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 17b170327b631f7d8b524c959111becc6c3ccdfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Rasmus Rosengren <rasmus@rsrp.se>
pkgname=dfm
pkgver=0.3.1
pkgrel=1
pkgdesc="Utility for managing dotfiles"
arch=("x86_64")
url="https://github.com/rosengrenen/dfm"
license=("GPL3")
depends=("gcc-libs" "difftastic")
provides=("dfm")
conflicts=("dfm")
source_x86_64=("https://github.com/rosengrenen/dfm/releases/download/$pkgver/dfm-$pkgver-$CARCH.tar.gz")
sha256sums_x86_64=("da21cbb90df7b2426c1b42be1e8cbfce8a469e7219e4badccc1da005a38dd8f3")

package() {
  install -Dm755 dfm -t "$pkgdir/usr/bin"
}