Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 524 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 524 Bytes

Arch Linux AUR PKGBUILDs

CircleCI

This repo holds the PKGBUILD files from https://aur.archlinux.org/packages/?K=imrehg&SeB=m

Adding a new package (reminder)

  • Somewhere else git clone ssh+git://aur@aur.archlinux.org/<PACKAGENAME>.git, add content, push
  • Here git submodule add ssh+git://aur@aur.archlinux.org/<PACKAGENAME>.git
  • Make sure that ssh+git:// address is used, not git://, nor ssh://, nor git+ssh://