blob: c366d54027c47d246bbbd64a221cfed1c37d20bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer: Felix Wang <wangzekun.felix@gmail.com>
pkgname=liz-desktop-bin
pkgver=0.2.0
pkgrel=1
pkgdesc="Liz: A cross-platform shortcut helper and auto-executor"
arch=('x86_64')
url="https://github.com/philia897/liz-desktop"
license=('GPL3')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1' 'xdotool')
options=('!strip' '!emptydirs')
install=.install
source_x86_64=("https://github.com/philia897/liz-desktop/releases/download/v$pkgver/liz-desktop_"$pkgver"_amd64.deb")
sha256sums_x86_64=('6bca287f7f22292ff943864528988941f69a813014656eac9f855e317cef18aa')
package() {
tar -xz -f data.tar.gz -C ${pkgdir}
#chown -R root:root ${pkgdir}
}
|