git subrepo clone --branch=master https://aur.archlinux.org/archlinux-nix
subrepo: subdir: "archlinux-nix" merged: "beaed1e" upstream: origin: "https://aur.archlinux.org/archlinux-nix" branch: "master" commit: "beaed1e" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
parent
f64de9a8da
commit
2384d98431
13
archlinux-nix/.SRCINFO
Normal file
13
archlinux-nix/.SRCINFO
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
pkgbase = archlinux-nix
|
||||||
|
pkgdesc = A command-line tool for setting up Nix on Arch Linux
|
||||||
|
pkgver = 2.0.0
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/asppsa/archlinux-nix
|
||||||
|
arch = any
|
||||||
|
license = Apache
|
||||||
|
depends = xz
|
||||||
|
source = https://github.com/asppsa/archlinux-nix/archive/v2.0.0.tar.gz
|
||||||
|
sha256sums = 63b9dc8997cab8d9c4a9d8bcb9009e7af3056605af56a2193548dbd59f817db4
|
||||||
|
|
||||||
|
pkgname = archlinux-nix
|
||||||
|
|
2
archlinux-nix/.gitignore
vendored
Normal file
2
archlinux-nix/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/pkg
|
||||||
|
/src
|
12
archlinux-nix/.gitrepo
Normal file
12
archlinux-nix/.gitrepo
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
; DO NOT EDIT (unless you know what you are doing)
|
||||||
|
;
|
||||||
|
; This subdirectory is a git "subrepo", and this file is maintained by the
|
||||||
|
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
|
||||||
|
;
|
||||||
|
[subrepo]
|
||||||
|
remote = https://aur.archlinux.org/archlinux-nix
|
||||||
|
branch = master
|
||||||
|
commit = beaed1ef24bbcada74395c5f96aa4f12ad0a8861
|
||||||
|
parent = f64de9a8da7300faa6e6fb448d57441716b93acf
|
||||||
|
method = merge
|
||||||
|
cmdver = 0.4.3
|
30
archlinux-nix/PKGBUILD
Normal file
30
archlinux-nix/PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Maintainer: Alastair Pharo <me at asp dot dev>
|
||||||
|
pkgname=archlinux-nix
|
||||||
|
pkgver=2.0.0
|
||||||
|
pkgrel=1
|
||||||
|
epoch=
|
||||||
|
pkgdesc="A command-line tool for setting up Nix on Arch Linux"
|
||||||
|
arch=('any')
|
||||||
|
url="https://github.com/asppsa/archlinux-nix"
|
||||||
|
license=('Apache')
|
||||||
|
groups=()
|
||||||
|
depends=('xz')
|
||||||
|
makedepends=()
|
||||||
|
checkdepends=()
|
||||||
|
optdepends=()
|
||||||
|
provides=()
|
||||||
|
conflicts=()
|
||||||
|
replaces=()
|
||||||
|
backup=()
|
||||||
|
options=()
|
||||||
|
install=
|
||||||
|
changelog=
|
||||||
|
source=("https://github.com/asppsa/$pkgname/archive/v$pkgver.tar.gz")
|
||||||
|
noextract=()
|
||||||
|
sha256sums=('63b9dc8997cab8d9c4a9d8bcb9009e7af3056605af56a2193548dbd59f817db4')
|
||||||
|
validpgpkeys=()
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
make DESTDIR="$pkgdir/" install
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user