summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 55981d97c2ed54bb18edd6649005ffd1676ac62c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Bruce <zttt183525594@gmail.com>

_pkgname=wechat_web_devtools
pkgname=wechat-web-devtools-git
pkgver=0.21.201800
pkgrel=1
pkgdesc="Wechat Web Developer Tools"
arch=("any")
url="https://github.com/BruceZhang1993/${_pkgname}"
license=('custom')
groups=()
depends=('wine')
makedepends=('git')
provides=()
conflicts=('mono')
install="wechat-web-devtools-git.install"
source=("git://github.com/BruceZhang1993/${_pkgname}.git")
md5sums=('SKIP')
options=(!strip)

package() {
	cd "${srcdir}/${_pkgname}"
	find ./ -type f -exec install -Dm755 {} \
	    "${pkgdir}/opt/tencent/${_pkgname}/{}" \;
	install -Dm755 "${srcdir}/${_pkgname}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
}