637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
11 lines
285 B
TOML
11 lines
285 B
TOML
[package]
|
|
name = "taskserver"
|
|
version = "1.1.0"
|
|
|
|
#TODO not compiled or tested
|
|
# build instructions: https://taskwarrior.org/download/#quick-setup
|
|
[source]
|
|
tar = "https://github.com/GothenburgBitFactory/taskserver/releases/download/v1.1.0/taskd-1.1.0.tar.gz"
|
|
[build]
|
|
template = "cmake"
|