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

  1. # In order to build this package, apt-get install equivs, then:
  2. #
  3. # equivs-build ns-control
  4. #
  5. # ...and you should wind up with a .deb. You can then do:
  6. #
  7. # dpkg -i bpb-dependencies_1.0_all.deb
  8. # apt-get -f install
  9. #
  10. # Or, if you have it:
  11. #
  12. # gdebi bpb-dependencies_1.0_all.deb
  13. #
  14. # TODO:
  15. #
  16. # [ ] split into console & GUI sections
  17. #
  18. ### Commented entries have reasonable defaults.
  19. ### Uncomment to edit them.
  20. # Source: <source package name; defaults to package name>
  21. Section: misc
  22. Priority: optional
  23. Homepage: https://github.com/brennen/bpb-kit
  24. Standards-Version: 3.9.2
  25. Package: bpb-kit
  26. Version: 1.0
  27. Maintainer: Brennen Bearnes <bbearnes@gmail.com>
  28. # Pre-Depends: <comma-separated list of packages>
  29. 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
  30. # Recommends: vim-gnome
  31. # Suggests: <comma-separated list of packages>
  32. # Provides: <comma-separated list of packages>
  33. # Replaces: <comma-separated list of packages>
  34. # Architecture: all
  35. # Copyright: <copyright file; defaults to GPL2>
  36. # Changelog: <changelog file; defaults to a generic changelog>
  37. # Readme: <README.Debian file; defaults to a generic one>
  38. # Extra-Files: <comma-separated list of additional files for the doc directory>
  39. Files: bin/photocp /usr/local/
  40. # <more pairs, if there's more than one file to include. Notice the starting space>
  41. Description: enable brennen's preferred environment on a debian system
  42. Installs a range of things I expect to have available.
  43. .
  44. Includes dev tools, terminal stuff, a handful of system utils.