aboutsummaryrefslogtreecommitdiff
path: root/.config/pkgit/repos/imagemagick.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/pkgit/repos/imagemagick.lua')
-rw-r--r--.config/pkgit/repos/imagemagick.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/pkgit/repos/imagemagick.lua b/.config/pkgit/repos/imagemagick.lua
new file mode 100644
index 0000000..bd04aae
--- /dev/null
+++ b/.config/pkgit/repos/imagemagick.lua
@@ -0,0 +1,13 @@
+return {
+ url = "https://github.com/ImageMagick/ImageMagick.git",
+ targets = {
+ default = {
+ build = function()
+ return os.execute("./configure --prefix="..prefix.." && make")
+ end,
+ install = function()
+ return os.execute(privilege_escalator.." make install")
+ end,
+ },
+ }
+} \ No newline at end of file