Compare commits
10 commits
49cfd6021e
...
0709eb7dcb
Author | SHA1 | Date | |
---|---|---|---|
|
0709eb7dcb | ||
|
f2fc8bb1ce | ||
|
6ee3a53ea2 | ||
|
c68c26f72c | ||
|
2b0c29fb02 | ||
|
dff86ece75 | ||
|
88b57afc84 | ||
|
d4107f2ad9 | ||
|
2618d6dc85 | ||
|
eeb5148d35 |
1 changed files with 7 additions and 5 deletions
12
PKGBUILD
12
PKGBUILD
|
@ -1,17 +1,17 @@
|
|||
# Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
|
||||
|
||||
pkgname='akshara-git'
|
||||
pkgver=r33.e380b80
|
||||
pkgver=r59.9f2f25b
|
||||
pkgrel=1
|
||||
pkgdesc="An update system for operating systems"
|
||||
arch=('x86_64' 'i686')
|
||||
url="https://github.com/blend-os/blend"
|
||||
url="https://git.askiiart.net/askiiart-blendos/akshara"
|
||||
license=('GPL3')
|
||||
makedepends=("electron${_electronversion}" 'git' 'npm' 'base-devel')
|
||||
source=('git+https://github.com/blend-os/akshara.git')
|
||||
makedepends=('git' 'base-devel')
|
||||
source=('git+https://git.askiiart.net/askiiart-blendos/akshara')
|
||||
sha256sums=('SKIP')
|
||||
|
||||
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'squashfs-tools' 'p7zip' 'zsync')
|
||||
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'python-yaml' 'squashfs-tools' 'wget' 'python-requests' 'arch-install-scripts')
|
||||
provides=("${pkgname%-git}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
|
||||
|
@ -27,6 +27,8 @@ package() {
|
|||
-t "${pkgdir}"/usr/bin/
|
||||
install -Dm644 "${pkgname%-git}.service" -t \
|
||||
"${pkgdir}"/usr/lib/systemd/system/
|
||||
install -Dm644 "${pkgname%-git}-system-update.service" -t \
|
||||
"${pkgdir}"/usr/lib/systemd/system/
|
||||
install -Dm644 "${pkgname%-git}.hook" \
|
||||
"${pkgdir}/usr/lib/initcpio/hooks/${pkgname%-git}"
|
||||
install -Dm644 "${pkgname%-git}.install" \
|
||||
|
|
Loading…
Reference in a new issue