forked from wimpysworld/deb-get
-
Notifications
You must be signed in to change notification settings - Fork 0
/
control
32 lines (31 loc) · 853 Bytes
/
control
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
Source: deb-get
Section: utils
Priority: optional
Maintainer: Martin Wimpress <[email protected]>
Build-Depends: debhelper-compat (= 12),
Standards-Version: 4.5.1
Homepage: https://github.com/wimpysworld/deb-get
Vcs-Browser: https://github.com/wimpysworld/deb-get
Vcs-Git: https://github.com/wimpysworld/deb-get.git
Rules-Requires-Root: no
Package: deb-get
Architecture: all
Depends: apt,
apt-transport-https,
bash (>= 4.4~),
coreutils (>= 8.25~),
curl,
dpkg,
gpg,
grep,
libc-bin,
lsb-release,
sed,
software-properties-common,
sudo,
wget,
${misc:Depends},
Description: Script to "manage" .deb installs from 3rd party vendors/projects
apt-get functionality for .debs officially published by 3rd party vendors and
projects.
.