summarylogtreecommitdiffstats
path: root/MKPKG
diff options
context:
space:
mode:
authorMaxime Gauduin2015-06-09 14:23:42 +0200
committerMaxime Gauduin2015-06-09 14:23:42 +0200
commitf162aa0113f3bf6d1601cd6d327258c8c6ec0bde (patch)
tree7f793821aa1ac700ce22a8bae8e5a734da5db51c /MKPKG
downloadaur-f162aa0113f3bf6d1601cd6d327258c8c6ec0bde.tar.gz
Initial import
Diffstat (limited to 'MKPKG')
-rw-r--r--MKPKG9
1 files changed, 9 insertions, 0 deletions
diff --git a/MKPKG b/MKPKG
new file mode 100644
index 000000000000..039a175c120a
--- /dev/null
+++ b/MKPKG
@@ -0,0 +1,9 @@
+arch=('x86_64')
+pkgname=('lib32-libbsd')
+
+build () {
+ shift
+ ionice -c 3 chrt -b 0 sudo multilib-build -- $*
+}
+
+# vim: ts=2 sw=2 et: