Skip to content

Commit

Permalink
add lilac.py to megasync
Browse files Browse the repository at this point in the history
  • Loading branch information
ykelvis committed May 15, 2016
1 parent 0f063dd commit c4e4c0e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions megasync/lilac.py
@@ -0,0 +1,14 @@
#!/usr/bin/env python3
#
# This file is the most simple lilac.py file,
# and it suits for most packages in AUR.
#

from lilaclib import *

build_prefix = 'extra-x86_64'
pre_build = aur_pre_build
post_build = aur_post_build

if __name__ == '__main__':
single_main()

0 comments on commit c4e4c0e

Please sign in to comment.