Skip to content

Latest commit

 

History

153 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official Gentoo Linux portage overlay for Haxefetch

How to install this?

  1. Install repository module (emerge --ask --verbose eselect-repository)
  2. Enable repo (eselect repository enable haxefetch-overlay) - Officially available on EBuild repos. Love you guys <3
  3. Sync repos (emerge --sync haxefetch-overlay || emaint sync --repo haxefetch-overlay)
  4. Unmask dependencies (echo -e "dev-lang/haxe ~amd64\ndev-lang/neko ~amd64\ndev-ml/sedlex ~amd64\ndev-lang/ocaml ~amd64\ndev-ml/* ~amd64" | tee -a /etc/portage/package.accept_keywords/haxe) [echo -e "dev-lang/haxe **\ndev-lang/neko **\ndev-ml/sedlex **\ndev-lang/ocaml **\ndev-ml/* **" | tee -a /etc/portage/package.accept_keywords/haxe for other architectures]
  5. Emerge Haxefetch (emerge --ask --verbose app-misc/haxefetch (for people who want to avoid compiling, i made binary ebuild and it can be emerged with emerge --ask --verbose app-misc/haxefetch-bin))

If you want to get Haxefetch from latest git commits i push

Source:

  • Unmask haxefetch (echo "app-misc/haxefetch ~<arch>" | tee -a /etc/portage/package.accept-keywords/haxefetch)
  • Emerge haxefetch (emerge --ask --verbose --update app-misc/haxefetch)

Binary:

  • Unmask binary haxefetch (echo "app-misc/haxefetch-bin ~amd64" | tee -a /etc/portage/package.accept-keywords/haxefetch-bin)
  • Emerge binary haxefetch (emerge --ask --verbose --update app-misc/haxefetch-bin)

Note: Resyncing repos is required if you use live binary (source live is not required expect if i update manifest)

About

A Gentoo overlay for Haxefetch

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages