summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 60140c2af0a88b3dbf4aa4b10abb246d297cae39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Timofey Titovets <nefelim4ag@gmail.com>

pkgname=python-btrfs
pkgver=5
pkgrel=1
pkgdesc="Python Btrfs"
arch=('any')
url="https://github.com/knorrie/python-btrfs"
license=('GPL3')
depends=()
makedepends=(python-pip)
md5sums=()

package() {
    PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps btrfs
}