summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1eaf10b463c7e64806ca506582a40e69f2e110f3 (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=('GPL2')
depends=()
makedepends=(python-pip)
md5sums=()

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