adding python checkin, adding python-zconfig and python-menu
This commit is contained in:
parent
09402f946d
commit
a7bf210de2
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -142,3 +142,9 @@
|
||||
[submodule "nquakesv"]
|
||||
path = nquakesv
|
||||
url = aur@aur.archlinux.org:nquakesv
|
||||
[submodule "python-zconfig"]
|
||||
path = python-zconfig
|
||||
url = aur@aur.archlinux.org:python-zconfig
|
||||
[submodule "python-menu"]
|
||||
path = python-menu
|
||||
url = aur@aur.archlinux.org:python-menu
|
||||
|
10
_bin/new.package.py
Normal file
10
_bin/new.package.py
Normal 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():
|
||||
|
1
python-menu
Submodule
1
python-menu
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a8dab0065d42aaa78eaa8d1544661449a2c96af7
|
1
python-zconfig
Submodule
1
python-zconfig
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 47c8096434a5681354198118dfec27403f177d5c
|
Loading…
Reference in New Issue
Block a user