mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-26 15:56:18 +02:00
8 lines
243 B
Text
8 lines
243 B
Text
Descr(
|
|
[ Bind("pkgId", Str("pspell-.12.2"))
|
|
, Bind("releaseId", Str("1"))
|
|
|
|
, Bind("src", File(Url("http://unc.dl.sourceforge.net/sourceforge/pspell/pspell-.12.2.tar.gz")))
|
|
, Bind("build", File(Local("../build/pspell-build.sh")))
|
|
]
|
|
)
|