adding python checkin, adding python-zconfig and python-menu

This commit is contained in:
brent s
2016-11-11 00:10:25 -05:00
parent 09402f946d
commit a7bf210de2
4 changed files with 18 additions and 0 deletions

10
_bin/new.package.py Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env python3
## SETTINGS ##
gpgkey = '748231EBCBD808A14F5E85D28C004C2F93481F6B' # https://wiki.archlinux.org/index.php/PKGBUILD#validpgpkeys
maintname = 'brent s. <bts[at]square-r00t[dot]net>' # your name and email address, feel free to obfuscate though
pkgbuild_dir = '/opt/dev/arch' # what dir do the pkgbuilds/AUR checkouts live?
aur_pkgs_dir = pkgbuild_dir # should be the dir where the aur_pkgs repo checkout lives. it's recommended you keep this the same as pkgbuild_dir
def get_pkgname():