mirror of
https://github.com/0x5t4l1n/AURHub.git
synced 2026-05-26 11:25:50 +00:00
Add official AUR package structure, including PKGBUILD, .SRCINFO, launcher script, desktop integration entry, and high-quality app logo icon
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
pkgbase = archstore-git
|
||||
pkgdesc = Classic Arch Linux package manager client combining pacman and AUR
|
||||
pkgver = 1.0.0.r0.g0000000
|
||||
pkgrel = 1
|
||||
url = https://github.com/0x5t4l1n/AURHub
|
||||
arch = x86_64
|
||||
license = GPL-3.0-only
|
||||
makedepends = git
|
||||
makedepends = nodejs
|
||||
makedepends = npm
|
||||
depends = python
|
||||
depends = python-fastapi
|
||||
depends = python-uvicorn
|
||||
depends = python-httpx
|
||||
depends = python-aiosqlite
|
||||
depends = python-pydantic
|
||||
depends = xdg-utils
|
||||
depends = polkit
|
||||
optdepends = yay: Arch User Repository (AUR) helper support (recommended)
|
||||
optdepends = paru: Alternative AUR helper support
|
||||
provides = archstore
|
||||
conflicts = archstore
|
||||
source = git+https://github.com/0x5t4l1n/AURHub.git
|
||||
source = archstore-launcher
|
||||
source = archstore.desktop
|
||||
source = archstore.png
|
||||
sha256sums = SKIP
|
||||
sha256sums = 54d93c22dfe45f14645a599ee10f811af5d5b3e411208cda70011aea1e174d4c
|
||||
sha256sums = 95d6872ed5d5b39ff731730591a7503cbaf7479e69e31e4b19ce261fd1ba2f20
|
||||
sha256sums = cb2e0f2399ac56ad3368ae9875648d8c6c525be65c6c325da639cb95a9ed7a27
|
||||
|
||||
pkgname = archstore-git
|
||||
Reference in New Issue
Block a user