summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5867ff92143bd848efcbc00b6b6fa0b74180d495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=carp
pkgver=0.8.2
pkgrel=4
pkgdesc="EncFS gui and cli front-end"
arch=("any")
url="https://git.umaneti.net/carp/about/"
license=("WTFPL")
depends=("encfs" "python-gobject" "python-inotify>=0.2.9" "python-pyxdg")
optdepends=("rsync: sync support")
makedepends=("python-setuptools" "emacs")
source=("https://git.umaneti.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
sha256sums=('0a1cd4e0b8fa799644b116379fecf83f7304cf487ba198e511e52f372e5b1a77')

package() {
  cd "$srcdir/${pkgname}-$pkgver"

  make dist DESTDIR="$pkgdir"
}