14 lines
296 B
Text
14 lines
296 B
Text
|
# Package
|
||
|
|
||
|
version = "0.1.0"
|
||
|
author = "Paul Wilde"
|
||
|
description = "A Command wrapper thing - i.e. run clipmenu/passmenu into dmenu with styling, sucks really"
|
||
|
license = "MIT"
|
||
|
srcDir = "src"
|
||
|
bin = @["command_wrapper"]
|
||
|
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 1.6.6"
|