[arch-commits] Commit in cppo/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Tue Oct 23 17:46:47 UTC 2018
Date: Tuesday, October 23, 2018 @ 17:46:47
Author: archange
Revision: 398699
PKGBUILD cleaning
Modified:
cppo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-23 17:45:19 UTC (rev 398698)
+++ PKGBUILD 2018-10-23 17:46:47 UTC (rev 398699)
@@ -8,7 +8,7 @@
url="https://github.com/mjambon/cppo"
license=('BSD')
depends=('glibc')
-makedepends=('ocamlbuild' 'dune') # 'opam')
+makedepends=('ocamlbuild' 'dune')
source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
sha256sums=('0ebfe3261037a14c9f53b1deb2772af45fda2317b3b17746f2a640034b1b75b6')
@@ -24,7 +24,7 @@
package() {
cd ${pkgname}-${pkgver}
- # Work around the install command
+ # Work around install command
dune install --prefix="${pkgdir}"/usr/ --libdir="${pkgdir}$(ocamlfind printconf destdir)"
install -Dm644 LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}/
rm -r "${pkgdir}"/usr/doc
More information about the arch-commits
mailing list