summaryrefslogtreecommitdiff
path: root/python3-adblock/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'python3-adblock/Pkgfile')
-rw-r--r--python3-adblock/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/python3-adblock/Pkgfile b/python3-adblock/Pkgfile
new file mode 100644
index 0000000..49a12f7
--- /dev/null
+++ b/python3-adblock/Pkgfile
@@ -0,0 +1,17 @@
1# Description: Brave's adblock library in Python
2# URL: https://github.com/arnidagur/python-adblock
3# Maintainer: Shokara Kou, kou at 13f0 dot net
4# Depends on: python3-maturin python3-toml
5
6name=python3-adblock
7version=0.7.0
8release=1
9source=(https://git.vineetk.net/vin/python-adblock/archive/0.7.0.tar.gz)
10
11build() {
12 cd python-adblock
13
14 #maturin build --release --sdist --out dist/
15 python3 -m build --wheel --skip-dependency-check --no-isolation
16 python3 -m installer --destdir=$PKG dist/*.whl
17}