summarylogtreecommitdiffstats
path: root/makepkg.sh
diff options
context:
space:
mode:
authorSergii Fesenko2021-09-25 15:01:40 +0300
committerSergii Fesenko2021-09-25 15:01:40 +0300
commita35e7dabe58c5c8c8730e0e6896250a2cb63cb0a (patch)
treee7797ba61c452647c3741b1a6952084e03577f76 /makepkg.sh
parenta89987f7072a7f11252f04f72fa18748aee05558 (diff)
downloadaur-a35e7dabe58c5c8c8730e0e6896250a2cb63cb0a.tar.gz
add dockerized makepkg for clean build testing
Diffstat (limited to 'makepkg.sh')
-rwxr-xr-xmakepkg.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/makepkg.sh b/makepkg.sh
new file mode 100755
index 000000000000..4aee43b71f60
--- /dev/null
+++ b/makepkg.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+docker run -v $PWD:/w -v pkg:/var/cache/pacman --rm -it sfesenko/makepkg "$@"