Skip to content

Commit

Permalink
Use lilac for php53*
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed May 17, 2017
1 parent 09781d3 commit b2048af
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 0 deletions.
14 changes: 14 additions & 0 deletions php53-apc/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 = 'archlinuxcn-x86_64'
pre_build = aur_pre_build
post_build = aur_post_build

if __name__ == '__main__':
single_main()
14 changes: 14 additions & 0 deletions php53-memcache/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 = 'archlinuxcn-x86_64'
pre_build = aur_pre_build
post_build = aur_post_build

if __name__ == '__main__':
single_main()
14 changes: 14 additions & 0 deletions php53-memcached/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 = 'archlinuxcn-x86_64'
pre_build = aur_pre_build
post_build = aur_post_build

if __name__ == '__main__':
single_main()
14 changes: 14 additions & 0 deletions php53-mongo/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 = 'archlinuxcn-x86_64'
pre_build = aur_pre_build
post_build = aur_post_build

if __name__ == '__main__':
single_main()
14 changes: 14 additions & 0 deletions php53-xcache/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 = 'archlinuxcn-x86_64'
pre_build = aur_pre_build
post_build = aur_post_build

if __name__ == '__main__':
single_main()
14 changes: 14 additions & 0 deletions php53/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 = 'archlinuxcn-x86_64'
pre_build = aur_pre_build
post_build = aur_post_build

if __name__ == '__main__':
single_main()

0 comments on commit b2048af

Please sign in to comment.