File: control

package info (click to toggle)
linuxbrew-wrapper 20160916-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 108 kB
  • ctags: 47
  • sloc: ruby: 466; sh: 55; makefile: 10
file content (37 lines) | stat: -rw-r--r-- 1,539 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
35
36
37
Source: linuxbrew-wrapper
Section: utils
Priority: extra
# according to Policy 2.5, I think users should be aware 
# what they are doing invoking linuxbrew, so I think it should be 'extra'.
Maintainer: Zhou Mo <cdluminate@gmail.com>
Build-Depends: debhelper (>=9), gem2deb
Standards-Version: 3.9.8
Homepage: http://linuxbrew.sh/
Vcs-Git: https://anonscm.debian.org/git/users/cdluminate-guest/linuxbrew-wrapper.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/cdluminate-guest/linuxbrew-wrapper.git

Package: linuxbrew-wrapper
Architecture: all
# Set Arch to 'all', see #799390
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.