summaryrefslogtreecommitdiff
path: root/pcr/python-pystache
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2023-06-11 19:50:14 -0400
committerDavid P <megver83@parabola.nu>2023-06-11 19:50:14 -0400
commit387a8e135c5dc4e0a2c13ad9b870c116e7289994 (patch)
tree1dc1718525fc275ac5089a38d5972f1614db8991 /pcr/python-pystache
parent6fa5f8ee1c2bc4740c19aac1aa76ca2471be6a40 (diff)
remove pcr/linphone-desktop and its dependencies
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'pcr/python-pystache')
-rw-r--r--pcr/python-pystache/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/pcr/python-pystache/PKGBUILD b/pcr/python-pystache/PKGBUILD
deleted file mode 100644
index 7523900f5..000000000
--- a/pcr/python-pystache/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: David P. <megver83@parabola.nu>
-
-pkgname=python-pystache
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='The mustache template engine written in python'
-arch=(any)
-url='http://github.com/defunkt/pystache'
-license=(MIT)
-depends=(python)
-makedepends=(python-setuptools)
-source=("https://github.com/defunkt/pystache/archive/v$pkgver.tar.gz")
-sha256sums=('163f5b8fb45f6be3a5074a53a47e79ef51ec015ee43f3ec34b16be279147c96f')
-
-build() {
- cd "pystache-$pkgver"
- python setup.py build
-}
-
-package() {
- cd "pystache-$pkgver"
-
- python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}