blob: 412d75f345bf862ba5228ec08e20534473724d81 (
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
32
33
34
|
pkgbase = tinyget-ui-git
pkgdesc = Tinyget is a Python package management tool, handling mainstream system package managers such as apt (used in Debian, Ubuntu, etc.), dnf (used in Fedora, CentOS, etc.) and pacman (used in ArchLinux, etc.).
pkgver = r10.d8ecddb
pkgrel = 1
url = https://gitee.com/tinylab/tinyget-ui
arch = any
license = GPL-2.0-or-later
makedepends = git
makedepends = gettext
makedepends = pnpm
makedepends = openssh
makedepends = cargo
makedepends = cargo-tauri
makedepends = libayatana-appindicator
depends = cairo
depends = dbus
depends = gdk-pixbuf2
depends = gcc-libs
depends = glib2
depends = glibc
depends = gtk3
depends = hicolor-icon-theme
depends = libsoup
depends = protobuf-c
depends = webkit2gtk
optdepends = tinyget: A cross-distro package management tool.
provides = tinyget-ui
conflicts = tinyget-ui
options = !strip
options = !debug
source = tinyget-ui-git::git+https://gitee.com/tinylab/tinyget-ui.git
sha256sums = SKIP
pkgname = tinyget-ui-git
|