summaryrefslogtreecommitdiff
path: root/homebrew/apngasm/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/apngasm/.beer')
-rw-r--r--homebrew/apngasm/.beer37
1 files changed, 37 insertions, 0 deletions
diff --git a/homebrew/apngasm/.beer b/homebrew/apngasm/.beer
new file mode 100644
index 000000000..d2eb4996c
--- /dev/null
+++ b/homebrew/apngasm/.beer
@@ -0,0 +1,37 @@
+{
+ "name": "Apngasm",
+ "description": "Next generation of apngasm, the APNG assembler",
+ "url": "https://github.com/apngasm/apngasm/archive/3.1.6.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/apngasm/apngasm",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "boost",
+ "build-depend": false
+ },
+ {
+ "depend": "libpng",
+ "build-depend": false
+ },
+ {
+ "depend": "lzlib",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"cli/CMakeLists.txt\", \"${CMAKE_INSTALL_PREFIX}/man/man1\",",
+ "\"${CMAKE_INSTALL_PREFIX}/share/man/man1\"",
+ "system \"cmake\", \".\", *std_cmake_args",
+ "system \"make\", \"install\"",
+ "(pkgshare/\"test\").install \"test/samples\""
+ ],
+ "version": "3.1.6",
+ "file": "apngasm.rb"
+} \ No newline at end of file