summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c2cf0f62f379ddec20ebbd52a46f535456b45921 (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
27
28
29
30
31
#!/usr/bin/bash
# Maintainer: Kimiblock Moe

pkgname=wechat
pkgver=1
pkgrel=1
epoch=
pkgdesc="A meta package for WeChat"
arch=('any')
url="https://weixin.qq.com/"
license=('LicenseRef-proprietary')
groups=()
options=(!debug !lto !strip)

depends=("wechat-uos-qt")

optdepends=('wechat-uos: Legacy Electron Version of WeChat')
provides=("wechat" "wechat-universal" "wechat-universal-privileged" "wechat-universal-bwrap" "wechat-beta-bwrap" "wechat-uos-bwrap")
conflicts=("wechat-universal-bwrap" "wechat-universal" "wechat-beta-bwrap")
replaces+=("wechat-universal-bwrap" "wechat-beta-bwrap" "wechat-uos-bwrap" "wechat-universal")

makedepends=()

checkdepends=()

source=()

function package() {
	mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
	echo "https://www.wechat.com/us/service_terms.html" >"${pkgdir}/usr/share/licenses/${pkgname}/ToS.txt"
}