release: version up to 0.8.12
[ugit.git] / ugit / wscript
blob249a69934edf3aa3588619c8dce9b67787821e4c
1 #!/usr/bin/env python
2 import Common
3 def build(bld):
4 # Compile the ugit support modules
5 pyqt = bld.create_obj('py')
6 pyqt.inst_var = 'PYMODS_UGIT'
7 pyqt.find_sources_in_dirs('.')
9 # Install the git-ugit launcher
10 Common.install_files('BIN', '', 'git-ugit', chmod=0755)
11 Common.symlink_as('BIN', 'git-ugit', 'ugit')