Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
1.6 KiB

# In order to build this package, apt-get install equivs, then:
#
# equivs-build ns-control
#
# ...and you should wind up with a .deb. You can then do:
#
# dpkg -i bpb-dependencies_1.0_all.deb
# apt-get -f install
#
# Or, if you have it:
#
# gdebi bpb-dependencies_1.0_all.deb
#
# TODO:
#
# [ ] split into console & GUI sections
#
### Commented entries have reasonable defaults.
### Uncomment to edit them.
# Source: <source package name; defaults to package name>
Section: misc
Priority: optional
Homepage: https://github.com/brennen/bpb-kit
Standards-Version: 3.9.2
Package: bpb-kit
Version: 1.0
Maintainer: Brennen Bearnes <bbearnes@gmail.com>
# Pre-Depends: <comma-separated list of packages>
Depends: build-essential, xterm, tmux, vim, perl, ack-grep, git, git-gui, htop, zsh, suckless-tools, figlet, cowsay, xmonad, trayer, xmobar, volumeicon-alsa, curl, jq, byzanz, festival
# Recommends: vim-gnome
# Suggests: <comma-separated list of packages>
# Provides: <comma-separated list of packages>
# Replaces: <comma-separated list of packages>
# Architecture: all
# Copyright: <copyright file; defaults to GPL2>
# Changelog: <changelog file; defaults to a generic changelog>
# Readme: <README.Debian file; defaults to a generic one>
# Extra-Files: <comma-separated list of additional files for the doc directory>
Files: bin/photocp /usr/local/
# <more pairs, if there's more than one file to include. Notice the starting space>
Description: enable brennen's preferred environment on a debian system
Installs a range of things I expect to have available.
.
Includes dev tools, terminal stuff, a handful of system utils.