[arch-commits] Commit in (4 files)
Felix Yan
felixonmars at archlinux.org
Mon Dec 12 08:04:27 UTC 2016
Date: Monday, December 12, 2016 @ 08:04:26
Author: felixonmars
Revision: 198935
addpkg: deepin-help 15.3.1-1
Added:
deepin-help/
deepin-help/repos/
deepin-help/trunk/
deepin-help/trunk/PKGBUILD
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Added: deepin-help/trunk/PKGBUILD
===================================================================
--- deepin-help/trunk/PKGBUILD (rev 0)
+++ deepin-help/trunk/PKGBUILD 2016-12-12 08:04:26 UTC (rev 198935)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-help
+pkgver=15.3.1
+pkgrel=1
+pkgdesc='Help files for DDE'
+arch=('any')
+url="https://github.com/linuxdeepin/dde-help"
+license=('GPL3')
+depends=('deepin-manual')
+makedepends=('git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-help.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+ cd dde-help
+ make DESTDIR="$pkgdir" install
+}
Property changes on: deepin-help/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list