Skip to content

bryango/aur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

aur.git

This is an experimental mirror of the aur.git repository backing the AUR.

This is a fork, to host personalizations of packages.

as a remote of ~/.cache/yay/$PKG

Example .git/config of ~/.cache/yay/texlive-installer:

[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://aur.archlinux.org/texlive-installer.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
## ... above generated by yay
## ... below added by user
[remote "p13n"]
	url = [email protected]:bryango/aur.git
	fetch = +refs/heads/texlive-installer:refs/remotes/p13n/texlive-installer  ## restrict fetch heads
	push = master:texlive-installer  ## push to branch: texlive-installer
[remote]
	pushdefault = p13n               ## push to remote: p13n

About

Custom forks of some AUR packages

Resources

Stars

Watchers

Forks