summaryrefslogtreecommitdiff
path: root/python3-adblock/Pkgfile
blob: 49a12f74b7fffa46130f3c81c33f045eff90b9cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description:	Brave's adblock library in Python
# URL:		https://github.com/arnidagur/python-adblock
# Maintainer:	Shokara Kou, kou at 13f0 dot net
# Depends on:	python3-maturin python3-toml

name=python3-adblock
version=0.7.0
release=1
source=(https://git.vineetk.net/vin/python-adblock/archive/0.7.0.tar.gz)

build() {
	cd python-adblock

	#maturin build --release --sdist --out dist/
	python3 -m build --wheel --skip-dependency-check --no-isolation
	python3 -m installer --destdir=$PKG dist/*.whl
}