From 8647b79ee305fdf5120c24bab573178b1a705507 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 30 Jul 2017 08:27:53 +0000 Subject: [PATCH] gist: add license --- srcpkgs/gist/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/gist/template b/srcpkgs/gist/template index 6edf2f5d069..a7314e12ffe 100644 --- a/srcpkgs/gist/template +++ b/srcpkgs/gist/template @@ -18,4 +18,5 @@ do_build() { do_install() { rake PREFIX=$DESTDIR/usr install + vlicense LICENSE.MIT }