Skip to content

Commit 3d70b4e

Browse files
undefinederrorpre-commit-ci[bot]Elsie19
authored
add: upk-git (#8657)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Elsie <ewengerstickel@protonmail.com>
1 parent 1292642 commit 3d70b4e

4 files changed

Lines changed: 62 additions & 0 deletions

File tree

packagelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ unicons-git
815815
unicorn-desktop-git
816816
unicorn-mobile-git
817817
universal-ctags-git
818+
upk-git
818819
upscayl-app
819820
uwufetch
820821
vala-panel-appmenu-xfce4-git

packages/upk-git/.SRCINFO

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

packages/upk-git/upk-git.pacscript

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}

srclist

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16115,6 +16115,25 @@ pkgbase = universal-ctags-git
1611516115

1611616116
pkgname = 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+
---
1611816137
pkgbase = upscayl-app
1611916138
gives = upscayl
1612016139
pkgver = 2.15.0

0 commit comments

Comments
 (0)