summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b4ff5fbe465b2b86f59e60c1c1b013d96c245df1 (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
# Maintainer: taotieren <admin@taotieren.com>
# mockitt 中文版

pkgname=mockitt-cn
pkgver=1.5.0
pkgrel=1
arch=('x86_64')
options=(!strip !debug)
conflicts=("mockitt")
pkgdesc="墨刀,让原型设计更简单, modao/mockitt 国内版本(与国际版本账户数据不互通)"
depends=(
    bash
    expat
    dbus
    gcc-libs
    glib2
    glibc)
makedepends=(
    libarchive)
license=('Commercial')
url="https://modao.cc/feature/downloads.html"
source_x86_64=("${pkgname}-${pkgver}.deb::https://cdn-release.modao.cc/desktop/prod-${pkgver}/linux/Mockitt-linux-x64-${pkgver}.deb")
sha256sums_x86_64=('b8641d8b8e895e1ec31d65ebbd58ede809346a33adeea7a63453c95442e828ca')

package() {
    bsdtar -xf "${srcdir}/data.tar.xz" --numeric-owner -C ${pkgdir}
    chown -R root:root ${pkgdir}
}