https://github.com/uilianries/faustop
Player com frases aleatórias do Fausto Silva
https://github.com/uilianries/faustop
faustao player troll
Last synced: 5 months ago
JSON representation
Player com frases aleatórias do Fausto Silva
- Host: GitHub
- URL: https://github.com/uilianries/faustop
- Owner: uilianries
- License: mit
- Created: 2018-06-14T23:28:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T13:14:10.000Z (over 7 years ago)
- Last Synced: 2025-05-12T19:08:26.333Z (5 months ago)
- Topics: faustao, player, troll
- Language: Python
- Homepage: https://gshow.globo.com/programas/domingao-do-faustao/
- Size: 1.17 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/uilianries/faustop)
# faustop## Player com frases aleatórias do Fausto Silva
#### Install
Para instalar no sistema Linuxmkdir build
cd build
cmake ..
cmake --build . --target install#### Package
Para criar pacote debmkdir build
cd build
cmake ..
cpack -G DEB
dpkg -i faustop-0.2.0-Linux.debPara mudar o diretório base de instalação
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/custom/base/path
cpack -G DEB
dpkg -i faustop-0.2.0-Linux.deb#### Usage
Executar uma frase aleatória$ faustop
#### LICENSE
[MIT](LICENSE)