File: control

package info (click to toggle)
linuxbrew-wrapper 20180923-1
  • links: PTS, VCS
  • area: contrib
  • in suites: buster
  • size: 160 kB
  • sloc: ruby: 677; sh: 73; makefile: 6
file content (34 lines) | stat: -rw-r--r-- 1,338 bytes parent folder | download
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
Source: linuxbrew-wrapper
Section: contrib/utils
Priority: optional
Maintainer: Mo Zhou <cdluminate@gmail.com>
Build-Depends: debhelper (>= 11~), gem2deb
Standards-Version: 4.2.1
Homepage: http://linuxbrew.sh/
Vcs-Browser: https://salsa.debian.org/debian/linuxbrew-wrapper
Vcs-Git: https://salsa.debian.org/debian/linuxbrew-wrapper.git

Package: linuxbrew-wrapper
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${ruby:Depends},
         build-essential,
         curl,
         git,
         ruby,
         python-setuptools,
Description: Homebrew package manager for Linux
 Linuxbrew is a fork of Homebrew, the Mac OS package manager, for Linux.
 .
 It can be installed in your home directory and does not require root
 access. The same package manager can be used on both your Linux server
 and your Mac laptop. Installing a modern version of glibc and gcc in
 your home directory on an old distribution of Linux takes five minutes.
 .
 Features:
  * Can install software to a home directory and so does not require sudo
  * Install software not packaged by the native distribution
  * Install up-to-date versions of software when the native distribution is old
  * Use the same package manager to manage both your Mac and Linux machines
 .
 This package provides Linuxbrew install scripts instead of linuxbrew itself.