summaryrefslogtreecommitdiff
path: root/homebrew/yasm/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/yasm/.beer')
-rw-r--r--homebrew/yasm/.beer37
1 files changed, 37 insertions, 0 deletions
diff --git a/homebrew/yasm/.beer b/homebrew/yasm/.beer
new file mode 100644
index 000000000..e8dec568f
--- /dev/null
+++ b/homebrew/yasm/.beer
@@ -0,0 +1,37 @@
+{
+ "name": "Yasm",
+ "description": "Modular BSD reimplementation of NASM",
+ "url": "https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz",
+ "mirror": "https://ftp.openbsd.org/pub/OpenBSD/distfiles/yasm-1.3.0.tar.gz",
+ "homepage": "https://yasm.tortall.net/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "gettext",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "args = %W[",
+ "--disable-debug",
+ "--prefix=#{prefix}",
+ "--disable-python",
+ "]",
+ "ENV.deparallelize",
+ "system \"./autogen.sh\" if build.head?",
+ "system \"./configure\", *args",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.3.0",
+ "file": "yasm.rb"
+} \ No newline at end of file