Code Monkey home page Code Monkey logo

my-aports's Introduction

My aports

About

These are my custom aports for my private aports repository at https://aports.gsr.dev.

How to use

Public key

Download public keys from https://aports.gsr.dev/keys and place them at /etc/apk/keys/.

Repository Add the repository to the repository list. I prefer using a tag for it:

echo "@custom https://aports.gsr.dev/repositories/main" >> /etc/apk/repositories

Then, it's possible to install a package from it, for example, Park:

apk add park@custom

Building packages

Cross-compilation

It's possible to cross-compile packages with qemu-user-static.

Dependencies

x86_64 only
  • podman
Cross-compilation (aarch64)
  • qemu
  • qemu-user-static
  • binfmt-support

Steps

If it's the first time using the repository, build the base container image and then generate a key pair:

./scripts/mkimg
./scripts/keygen

Then, for every package you want to build (considering you already have the appropriate template and necesary files):

  1. ./scripts/lint path/to/package (optional)
  2. ./scripts/checksum path/to/package
  3. ./scripts/build path/to/package
  4. ./scripts/index
  5. ./scripts/sign
  6. ./scripts/mkpages

my-aports's People

Contributors

gbrlsnchs avatar

Watchers

 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.