[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)
Kpcyrd
kpcyrd at gemini.archlinux.org
Mon Jul 19 10:35:52 UTC 2021
Date: Monday, July 19, 2021 @ 10:35:52
Author: kpcyrd
Revision: 978617
archrelease: copy trunk to community-any
Added:
phpvirtualbox/repos/community-any/PKGBUILD
(from rev 978616, phpvirtualbox/trunk/PKGBUILD)
Deleted:
phpvirtualbox/repos/community-any/PKGBUILD
----------+
PKGBUILD | 81 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 10:35:39 UTC (rev 978616)
+++ PKGBUILD 2021-07-19 10:35:52 UTC (rev 978617)
@@ -1,40 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s at gmail.com>
-# Contributor:Techlive Zheng <techlivezheng at gmail dot com>
-
-pkgname=phpvirtualbox
-pkgver=5.2_1
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/rc/-rc}
-_commit=cf82d58f26ed82d3f7f4b5ba5e80f8754ee48c2f
-pkgrel=5
-pkgdesc="PHP/AJAX web interface for VirtualBox"
-arch=(any)
-url="https://github.com/phpvirtualbox/phpvirtualbox"
-license=('GPL')
-depends=('php7')
-makedepends=('git')
-backup=("etc/webapps/phpvirtualbox/config.php")
-#source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz")
-source=("git+https://github.com/phpvirtualbox/phpvirtualbox.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-package() {
-# cd "$srcdir"/${pkgname}-${_pkgver}
- cd "$srcdir"/${pkgname}
-
- mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
- install -D -m644 config.php-example "$pkgdir"/etc/webapps/phpvirtualbox/config.php
-
- # Apache configuration
- cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <<EOF
- Alias /phpvirtualbox "/usr/share/webapps/phpvirtualbox"
- <Directory "/usr/share/webapps/phpvirtualbox">
- Options FollowSymlinks
- AllowOverride All
- Require all granted
- </Directory>
-EOF
-
- find . -type f -exec install -D -m644 {,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
- ln -s /etc/webapps/phpvirtualbox/config.php "$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
-}
Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 978616, phpvirtualbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-19 10:35:52 UTC (rev 978617)
@@ -0,0 +1,41 @@
+# Maintainer: Sergej Pupykin <pupykin.s at gmail.com>
+# Contributor:Techlive Zheng <techlivezheng at gmail dot com>
+
+pkgname=phpvirtualbox
+pkgver=5.2_1
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/rc/-rc}
+_commit=cf82d58f26ed82d3f7f4b5ba5e80f8754ee48c2f
+pkgrel=6
+pkgdesc="PHP/AJAX web interface for VirtualBox"
+arch=(any)
+url="https://github.com/phpvirtualbox/phpvirtualbox"
+license=('GPL')
+depends=('php7')
+makedepends=('git')
+backup=("etc/webapps/phpvirtualbox/config.php")
+#source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz")
+source=("git+https://github.com/phpvirtualbox/phpvirtualbox.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+package() {
+# cd "$srcdir"/${pkgname}-${_pkgver}
+ cd "$srcdir"/${pkgname}
+
+ mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
+ install -D -m644 config.php-example "$pkgdir"/etc/webapps/phpvirtualbox/config.php
+
+ # Apache configuration
+ cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <<EOF
+ Alias /phpvirtualbox "/usr/share/webapps/phpvirtualbox"
+ <Directory "/usr/share/webapps/phpvirtualbox">
+ Options FollowSymlinks
+ AllowOverride All
+ Require all granted
+ </Directory>
+EOF
+
+ find . -type f -exec install -D -m644 {,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
+ rm -r "$pkgdir"/usr/share/webapps/${pkgname}/.git
+ ln -s /etc/webapps/phpvirtualbox/config.php "$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
+}
More information about the arch-commits
mailing list