[arch-commits] Commit in hugo/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Nov 25 11:51:38 UTC 2017


    Date: Saturday, November 25, 2017 @ 11:51:37
  Author: jlichtblau
Revision: 268442

upgpkg: hugo 0.31-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-25 11:35:01 UTC (rev 268441)
+++ PKGBUILD	2017-11-25 11:51:37 UTC (rev 268442)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.30.2
+pkgver=0.31
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,23 +15,25 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('44a5012a0ee8a567cf12c8a5fd21de031e85148206a9d513942fd409f75b9a7d')
+sha256sums=('84040cca581b92fa7a20ee0ae3e0c69bb0efda2f4ef243f84af231fbad4dcf82')
 
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
   export GOPATH="${srcdir}"
   export PATH="${PATH}:${srcdir}/bin"
   install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+  cp -a "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+}
+
+build() {
   cd "${GOPATH}/src/github.com/gohugoio/hugo"
   go get -u github.com/kardianos/govendor
   go get github.com/magefile/mage
   mage hugo
-  mage install
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
   install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
   install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list