Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.

andreasnuesslein/wacfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wacfg

Version

0.0.1-alpha1

Web

http://github.com/nutztherookie/wacfg

Author

Andreas Nüßlein <nutz@noova.de>

License

CDDL

Using wacfg is as simple as putting a wacfg.py next to your .tar.gz,

Possible functions to be used:

  • src_unpack()
  • src_config()
  • src_install()
  • post_install()

Tools:

  • archive_unpack()
  • archive_install()
  • mv(frompath, topath, wd=".")
  • chmod(mode, path="", recursive=False)
  • chown(owner, group=None, path="", recursive=False)
  • server_own(path="", recursive=False)

Possible variables in source-string:

  • %(PN)s = package name
  • %(PV)s = package version
  • %(P)s = "%(PN)s-%(PV)s"

About

WebAppConfig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages