From ebeb49f45fcb4654fde1208987530aa972e0a668 Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Thu, 25 Jun 2015 13:11:02 +0000 Subject: [PATCH] Enable packaging with https://packager.io --- .pkgr.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .pkgr.yml diff --git a/.pkgr.yml b/.pkgr.yml new file mode 100644 index 0000000000..f748a42f82 --- /dev/null +++ b/.pkgr.yml @@ -0,0 +1,11 @@ +cli: scw +targets: + ubuntu-14.04: + centos-7: + ubuntu-12.04: + centos-6: + debian-7: +before: + - echo "scw" > .godir +after: + - rm -f .godir