mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
add back oizys.nimble
This commit is contained in:
parent
3fc958cf2b
commit
c85cee458e
2 changed files with 18 additions and 4 deletions
4
pkgs/oizys/.gitignore
vendored
4
pkgs/oizys/.gitignore
vendored
|
@ -2,8 +2,4 @@ nimbledeps
|
||||||
nimble.paths
|
nimble.paths
|
||||||
nimble.develop
|
nimble.develop
|
||||||
|
|
||||||
# binaries
|
|
||||||
oizys*
|
|
||||||
!src/oizys
|
|
||||||
!src/oizys.nim*
|
|
||||||
oizys.out
|
oizys.out
|
||||||
|
|
18
pkgs/oizys/oizys.nimble
Normal file
18
pkgs/oizys/oizys.nimble
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Package
|
||||||
|
|
||||||
|
version = "0.1.0"
|
||||||
|
author = "Daylin Morgan"
|
||||||
|
description = "nix begat oizys"
|
||||||
|
license = "MIT"
|
||||||
|
srcDir = "src"
|
||||||
|
bin = @["oizys"]
|
||||||
|
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
requires "nim >= 2.0.8"
|
||||||
|
requires "cligen"
|
||||||
|
requires "jsony"
|
||||||
|
requires "zippy"
|
||||||
|
requires "https://github.com/daylinmorgan/hwylterm#HEAD"
|
||||||
|
|
Loading…
Reference in a new issue