summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ffb551f316d06da07eb61f4da57ffe2d431c2a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Ryan Putrama Yahya <punkofthedeath at gmail.com>
pkgname=samin-git
_pkgname='samin'
pkgver=r0.b7ad2c4
pkgrel=1
pkgdesc='A btrfs snapshot utility'
provides=('samin')
arch=('any')
url='https://gitlab.com/lepz0r/samin'
license=('GPL2')
depends=('python' 'python-pytz' 'btrfs-progs' 'python-tzlocal' 'python-psutil')
makedepends=('python-setuptools')
source=('git+https://gitlab.com/lepz0r/samin.git')
sha256sums=('SKIP')

build() {
    cd "$_pkgname"
    python setup.py build
}

package() {
    cd "$_pkgname"
    python setup.py install --root="$pkgdir/"
  }