summaryrefslogtreecommitdiff
path: root/pcr/opentmpfiles
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-03-05 12:42:08 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-03-05 12:42:08 -0500
commit9a81b27cf8dc6a0488b5c07b75b3a9e1ab2db614 (patch)
tree8a68ebb0d0b1ea3036f8c847d24b8a4857feebf5 /pcr/opentmpfiles
parentaaef9c4a4bc1e344f3f779709aae2c553ca1f504 (diff)
opentmpfiles: add new package to [pcr]
Diffstat (limited to 'pcr/opentmpfiles')
-rw-r--r--pcr/opentmpfiles/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/pcr/opentmpfiles/PKGBUILD b/pcr/opentmpfiles/PKGBUILD
new file mode 100644
index 000000000..c330890a9
--- /dev/null
+++ b/pcr/opentmpfiles/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer (Manjaro): artoo <artoo@manjaro.org>
+# Contributor (Manjaro): williamh <williamh@gentoo.org>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+
+_url="https://github.com/OpenRC/opentmpfiles/archive"
+
+pkgname=opentmpfiles
+pkgver=0.1
+pkgrel=1
+pkgdesc="A standalone utility for handling systemd-style tmpfiles.d settings"
+arch=('any')
+url="http://www.gentoo.org/proj/en/base/openrc/"
+license=('BSD2')
+#depends=('openrc')
+#backup=()
+source=("${pkgname}-${pkgver}.tar.gz::${_url}/${pkgver}.tar.gz")
+sha256sums=('0c7a52d6394dcbe78dd5b4f8fba6fcc66b207389b9a9b85e61a0ab8e9e375bb7')
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make bindir="/usr/bin" DESTDIR="${pkgdir}" install
+}