Date: Monday, December 12, 2016 @ 08:04:41 Author: felixonmars Revision: 198936
archrelease: copy trunk to community-any Added: deepin-help/repos/community-any/ deepin-help/repos/community-any/PKGBUILD (from rev 198935, deepin-help/trunk/PKGBUILD) ----------+ PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) Copied: deepin-help/repos/community-any/PKGBUILD (from rev 198935, deepin-help/trunk/PKGBUILD) =================================================================== --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2016-12-12 08:04:41 UTC (rev 198936) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@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 +}