File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -815,6 +815,7 @@ unicons-git
815815unicorn-desktop-git
816816unicorn-mobile-git
817817universal-ctags-git
818+ upk-git
818819upscayl-app
819820uwufetch
820821vala-panel-appmenu-xfce4-git
Original file line number Diff line number Diff line change 1+ pkgbase = upk-git
2+ pkgver = 1.2.1
3+ pkgdesc = Ubuntu Package Kit - Universal package manager wrapper
4+ url = https://github.com/undefinederror/upk
5+ arch = any
6+ depends = python3
7+ depends = python3-click
8+ depends = python3-rich
9+ makedepends = python3
10+ makedepends = python3-click
11+ makedepends = python3-rich
12+ conflicts = upk
13+ provides = upk
14+ license = MIT
15+ maintainer = undefinederror <github@object.ninja>
16+ source = https://github.com/undefinederror/upk.git
17+
18+ pkgname = upk-git
Original file line number Diff line number Diff line change 1+ pkgname="upk-git"
2+ pkgver="1.2.1"
3+ pkgdesc="Ubuntu Package Kit - Universal package manager wrapper"
4+ arch=('any')
5+ url='https://github.com/undefinederror/upk'
6+ maintainer=("undefinederror <github@object.ninja>")
7+ license=('MIT')
8+ depends=('python3' 'python3-click' 'python3-rich')
9+ makedepends=('python3' 'python3-click' 'python3-rich')
10+ provides=("upk")
11+ conflicts=("upk")
12+ source=("https://github.com/undefinederror/upk.git")
13+
14+ build() {
15+ cd "upk"
16+ mkdir -p "completions"
17+ _UPK_COMPLETE=bash_source python3 -m upk.upk > "completions/upk.bash"
18+ }
19+
20+ package() {
21+ cd "upk"
22+ python3 setup.py install --root="${pkgdir}" --install-layout=deb --optimize=1
23+ install -Dm644 "completions/upk.bash" "${pkgdir}/usr/share/bash-completion/completions/upk"
24+ }
Original file line number Diff line number Diff line change @@ -16115,6 +16115,25 @@ pkgbase = universal-ctags-git
1611516115
1611616116pkgname = universal-ctags-git
1611716117---
16118+ pkgbase = upk-git
16119+ pkgver = 1.2.1
16120+ pkgdesc = Ubuntu Package Kit - Universal package manager wrapper
16121+ url = https://github.com/undefinederror/upk
16122+ arch = any
16123+ depends = python3
16124+ depends = python3-click
16125+ depends = python3-rich
16126+ makedepends = python3
16127+ makedepends = python3-click
16128+ makedepends = python3-rich
16129+ conflicts = upk
16130+ provides = upk
16131+ license = MIT
16132+ maintainer = undefinederror <github@object.ninja>
16133+ source = https://github.com/undefinederror/upk.git
16134+
16135+ pkgname = upk-git
16136+ ---
1611816137pkgbase = upscayl-app
1611916138 gives = upscayl
1612016139 pkgver = 2.15.0
You can’t perform that action at this time.
0 commit comments