summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ritsen2022-02-21 15:32:38 -0500
committerChristopher Ritsen2022-02-21 15:32:38 -0500
commitf888985927053842df8220539bd3da177ad1ceeb (patch)
tree6a879738c98a82d4283c8c375eef0fb169ff3dfb
parent0f84dbdb788efd14de89e65cff79dbc70f10b14d (diff)
downloadaur-f888985927053842df8220539bd3da177ad1ceeb.tar.gz
Remove comments
-rw-r--r--PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06b73de1ac03..88cf7022188e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,4 @@
# Python package author: Christopher Ritsen <chris.ritsen@gmail.com>
-#
-# build() {
-# pip install --no-deps --target="netaudio" netaudio=="$pkgver"
-# }
-#
-# package() {
-# sitepackages=$(python -c "import site; print(site.getsitepackages()[0])")
-# mkdir -p $pkgdir/"$sitepackages"
-# mv $srcdir/$_name/bin $pkgdir/usr
-# cp -r $srcdir/$_name/* $pkgdir/"$sitepackages"
-# }
-
_name=netaudio
_pkgdirname="${_pkgname}"
_pkgname="python-${_name}"