summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2020-12-08 20:30:23 +0100
committerAndreas Grapentin <andreas@grapentin.org>2020-12-08 20:30:23 +0100
commit58a6efa2c457f1b54326217fb90f9567bef47f24 (patch)
tree740d5ddaf1f8e4c7c55ec65a0ecfdd25b11961d2 /pcr
parentc70d33931c5a637b2753a3f6264bdf8f9f26c275 (diff)
pcr/mustache: exists in [community]. dropped from pcr.
Diffstat (limited to 'pcr')
-rw-r--r--pcr/mustache/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/mustache/PKGBUILD b/pcr/mustache/PKGBUILD
deleted file mode 100644
index 0ce2802db..000000000
--- a/pcr/mustache/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Maintainer (AUR): hashworks <mail@hashworks.net>
-
-# parabola changes and rationale:
-# - No changes
-
-pkgname=mustache
-pkgver=3.2.1
-pkgrel=2
-pkgdesc="Mustache implementation for modern C++"
-license=('Boost')
-arch=('armv7h' 'i686' 'x86_64')
-url='https://github.com/kainjow/Mustache'
-source=("https://github.com/kainjow/Mustache/archive/v${pkgver}.tar.gz")
-sha256sums=(0d17298a81c08f12ebc446cdee387268a395d34bb724050fe67d5ce8c4e98b7a)
-
-package() {
- mkdir -p ${pkgdir}/usr/include/
- cp Mustache-${pkgver}/mustache.hpp ${pkgdir}/usr/include/
- chmod 644 ${pkgdir}/usr/include/mustache.hpp
-}
-