Git Product home page Git Product logo

yam's Introduction

Yam

Yet another AUR helper but without the pacman wrapping.

This program is build on the idea that a source package manager and a binary package manager are two different things and operations that apply to one inherently do not apply to the other.

I need something incredibly simple to do AUR package management and this is the result.

Goals

  • Provide easy access and installation of packages from the AUR
  • Minimal user interaction. Execptions:
    • Use of sudo
    • Edit PKGBUILD?
  • Use of sudo for root actions. Do as little as root as is humanly possible.
  • Be stateless
  • Make efficient use of network
  • Look nice! (and be consistent with pacman's look 'n feel)

Non-Goals

  • Wrap Pacman. All actions will only apply to the AUR

Notes

In order to more efficiently use bandwidth and disk space, yam downloads package sources into $XDG_CACHE_HOME (or "$HOME/.cache"), but does builds in /tmp, to save space.

Configuration

A configuration can be found in $XDG_CONFIG_HOME/yam.toml or $HOME/.config/yam.toml. If your XDG variable is set, the location in HOME will not be used. Paths cannot include environment variables. Standard Configuration:

# This configuration is redundant because it specifies default values

# This is the directory where makepkg will download and save sources
SrcDir = "/home/user/.cache/yam"
# This is where actual builds will take place
BuildDir = "/home/user/.cache/yam"

yam's People

Contributors

mggmuggins avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.