summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e00a3cd0998846cb7e1dc7c0eeac4bcce2ba75f0 (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=1
pkgdesc="EncFS gui and cli front-end"
arch=("any")
url="https://projects.deparis.io/projects/carp"
license=("WTFPL")
depends=("encfs" "python-gobject" "python-inotify>=0.2.9" "python-xdg")
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"
}