meson-0.43.0:First release

This commit is contained in:
sss
2017-12-07 22:51:25 +03:00
parent 63e61f6665
commit 66eb427fcd
7 changed files with 139524 additions and 139363 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.insinto("/usr/share/vim/vimfiles", "syntax-highlighting/vim/*")
pisitools.remove("/usr/share/vim/vimfiles/README")
pisitools.dodoc("COPYING", "README*")