-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added signatures, updated bap meta package
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
opam-version: "2.0" | ||
name: "bap-signatures" | ||
version: "2.0.0" | ||
maintainer: "Ivan Gotovchits <ivg@ieee.org>" | ||
authors: "BAP Team" | ||
homepage: "https://github.com/BinaryAnalysisPlatform/bap/" | ||
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues" | ||
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/" | ||
license: "MIT" | ||
install: [ | ||
["mkdir" "-p" "%{share}%/bap/"] | ||
["cp" "sigs.zip" "%{share}%/bap/sigs.zip"] | ||
] | ||
|
||
remove: [["rm" "%{share}%/bap/sigs.zip"]] | ||
synopsis: "A data package with binary signatures for bap" | ||
description: "A package contains signatures for Byteweight algorithm." | ||
depends: ["ocaml"] | ||
flags: light-uninstall | ||
url { | ||
src: | ||
"https://github.com/BinaryAnalysisPlatform/bap/releases/download/v2.0.0/sigs.tar.gz" | ||
checksum: "md5=1099975bb3473f001f6d7b0dbda8b14a" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters