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.
 
 
 
 
 
 

46 lines
1.7 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-kit_2.0.0_all.deb
# apt-get -f install
#
# Or:
#
# apt-get install gdebi
# gdebi bpb-kit_2.0.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://code.p1k3.com/gitea/brennen/bpb-kit
Standards-Version: 3.9.2
Package: bpb-kit
Version: 3.0.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, xmonad, trayer, xmobar, volumeicon-alsa, curl, jq, byzanz, festival, clipit, redshift-gtk, ranger, rofi, xsettingsd, wmctrl, xautolock, i3lock
# 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.