Skip to content

Instantly share code, notes, and snippets.

@benhoskings
Last active December 20, 2015 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benhoskings/6192511 to your computer and use it in GitHub Desktop.
Save benhoskings/6192511 to your computer and use it in GitHub Desktop.
dep 'h', :path do
met? {
path.p.tapp.exists?
}
meet {
# install with apt
}
end
dep 'headers' do
requires [
'h'.with('/usr/include/readline/redline.h'),
# ...
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment