Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgolm/the-silver-searcher.deb
Debian packaging files for the_silver_searcher
https://github.com/pgolm/the-silver-searcher.deb
Last synced: 3 days ago
JSON representation
Debian packaging files for the_silver_searcher
- Host: GitHub
- URL: https://github.com/pgolm/the-silver-searcher.deb
- Owner: pgolm
- Created: 2013-06-21T10:03:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-28T10:24:17.000Z (over 11 years ago)
- Last Synced: 2024-11-22T20:31:11.363Z (2 months ago)
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# the-silver-searcher.deb
Debian packaging files for [the\_silver_searcher](https://github.com/ggreer/the_silver_searcher)
Launchpad PPA: [https://launchpad.net/~pgolm/+archive/the-silver-searcher](https://launchpad.net/~pgolm/+archive/the-silver-searcher)
## How To install it in Ubuntu 13.04:
```bash
sudo add-apt-repository ppa:pgolm/the-silver-searcher
sudo apt-get update
sudo apt-get install the-silver-searcher
```## Build Package
```bash
git buildpackage -S --git-upstream-tree=FETCH_HEAD -i.git
```