Code Monkey home page Code Monkey logo

arch-pkgs's Introduction

Arch Linux Repository

A set of meta-packages and tooling for managing Arch Linux installs via a custom repository.

pkg/mdaffin contains the meta-packages for my systems and do not strictly follow the Arch Linux packaging guidelines. Instead, I designed the packages for easy maintenance. I will sometimes change the contents of the meta-packages to suite my requirements, as such you should not use them directly. Instead use them as a base for creating your own meta-packages.

The installer directory contains installers for my different system with installer/install-arch containing the general purpose installer. Use this as a base for creating your own. You can install them from a normal Arch Linux ISO with curl and bash such as the following (using git.io URL shortener to make it easier to type).

WARNING This will wipe a drive and install Arch Linux on it. DO NOT run unless you have read through it first.

curl -sL https://git.io/vAoV8 | bash

For more details see these blog posts:

Contributing

I welcome fixes for bugs or better ways of doing something. But these packages and installers are for my personal use and as such I will not approve pull requests for features I do not need. Feel free to raise issues if you want help with your own packages, have an interesting idea, want some clarification or want to discuss something generally.

Requirements

A token from Amazon S3 or Digital Ocean spaces in ~/.s3cfg as

[default]
access_key = <Access Key>
secret_key = <Secret Key>

Build all packages

Builds all local packages in pkg/ and uploads them to the remote repository.

./bin/build

You can build one or more packages rather then all packages by specifying the path to each package.

./bin/build pkg/mdaffin-{base,devel}

Managing AUR Packages

Use the aursync wrapper script to add/update packages from AUR.

# build and install one or more packages
./bin/sync <packages>

# update all aur packages
./bin/sync -u

Removing a Package

To remove a package from the repository run the following.

./bin/remove <package>

arch-pkgs's People

Contributors

mdaffin avatar a-fayez avatar ebleb 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.