mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Initial release v1.0.4
This commit is contained in:
commit
dd88ebe3c3
2 changed files with 36 additions and 0 deletions
17
.SRCINFO
Normal file
17
.SRCINFO
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
pkgbase = nikode-bin
|
||||
pkgdesc = A modern API client for developers
|
||||
pkgver = 1.0.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/m1z23r/nikode
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
depends = electron
|
||||
depends = gtk3
|
||||
depends = nss
|
||||
provides = nikode
|
||||
conflicts = nikode
|
||||
options = !strip
|
||||
source = nikode-bin-1.0.4.pacman::https://github.com/m1z23r/nikode/releases/download/v1.0.4/Nikode-1.0.4.pacman
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = nikode-bin
|
||||
19
PKGBUILD
Normal file
19
PKGBUILD
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: Dimitrije Randjelovic <m1z23r@gmail.com>
|
||||
pkgname=nikode-bin
|
||||
pkgver=1.0.4
|
||||
pkgrel=1
|
||||
pkgdesc="A modern API client for developers"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/m1z23r/nikode"
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('electron' 'gtk3' 'nss')
|
||||
provides=('nikode')
|
||||
conflicts=('nikode')
|
||||
options=(!strip)
|
||||
source=("${pkgname}-${pkgver}.pacman::${url}/releases/download/v${pkgver}/Nikode-${pkgver}.pacman")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
package() {
|
||||
tar -xf "${srcdir}/${pkgname}-${pkgver}.pacman" -C "${pkgdir}"
|
||||
chmod -R g-w "${pkgdir}"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue