Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unbelievableflavour/lottery
A random name chooser for vala
https://github.com/unbelievableflavour/lottery
vala
Last synced: 2 months ago
JSON representation
A random name chooser for vala
- Host: GitHub
- URL: https://github.com/unbelievableflavour/lottery
- Owner: unbelievableflavour
- License: gpl-3.0
- Archived: true
- Created: 2017-10-13T12:46:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T13:06:22.000Z (over 3 years ago)
- Last Synced: 2024-11-02T19:02:57.449Z (3 months ago)
- Topics: vala
- Language: Vala
- Homepage:
- Size: 605 KB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-elementaryos - Lottery - Who will be the winner? [:white_check_mark:](https://appcenter.elementary.io/com.github.bartzaalberg.lottery.desktop) (Applications / Accessories)
README
# Archived
This repository is not maintained anymore and will not be updated to Elementary OS 6.0. You have my blessing to create a fork and update the application to post publish it in Elementary 6.0 under your own name.# Lottery
Determine who will be the winner
### lottery for elementary OS
An application which will randomly choose a winner from a list names.
## Installation
First you will need to install elementary SDK
`sudo apt install elementary-sdk`
### Dependencies
These dependencies must be present before building
- `valac`
- `gtk+-3.0`
- `granite`You can install these on a Ubuntu-based system by executing this command:
`sudo apt install valac libgtk-3-dev libgranite-dev`
### Building
```
meson build --prefix=/usr
cd build
ninja
```### Installing
`sudo ninja install`### Recompile the schema after installation
`sudo glib-compile-schemas /usr/share/glib-2.0/schemas`### Update .pot file
Call the following command from the build folder:`ninja com.github.bartzaalberg.lottery-pot`