[arch-commits] Commit in gpart/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Christian Hesse
eworm at archlinux.org
Wed Dec 20 22:21:13 UTC 2017
Date: Wednesday, December 20, 2017 @ 22:21:13
Author: eworm
Revision: 313440
archrelease: copy trunk to testing-x86_64
Added:
gpart/repos/testing-x86_64/
gpart/repos/testing-x86_64/PKGBUILD
(from rev 313439, gpart/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: gpart/repos/testing-x86_64/PKGBUILD (from rev 313439, gpart/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-20 22:21:13 UTC (rev 313440)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: dale <dale at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=gpart
+pkgver=0.3
+pkgrel=2
+pkgdesc="Partition table rescue/guessing tool"
+arch=('x86_64')
+url="https://github.com/baruch/gpart"
+license=('GPL')
+depends=('glibc')
+source=("https://github.com/baruch/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('ec56d12ec9ffdb9877c12692ea6e51620b1ae44473d3d253b27fc31ed9ebb4dd')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./autogen.sh
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make prefix=${pkgdir}/usr sbindir=${pkgdir}/usr/bin install
+}
More information about the arch-commits
mailing list