Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

~mil/sxmo-alpine

Repository of alpine APKBUILDs for sxmo - used to build https://sxmo.lrdu.org/alpine_repository/
Remove .build.yml and add deprecation notice
sxmo-utils 1.1.8 r2: Add missing ncurses dependency
sxmo-utils 1.1.8 r1: Add missing curl dependency

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~mil/sxmo-alpine
read/write
git@git.sr.ht:~mil/sxmo-alpine

You can also use your local clone with git send-email.

#sxmo-alpine

builds.sr.ht status

Deprecation notice: This repository has been deprecated as Sxmo's APKBUILD have been merged into pmOS. See: https://gitlab.com/postmarketOS/pmaports/-/tree/master/sxmo

#Development Guide

The Makefile has a bunch of tasks that let you build and deploy packages either remotely or locally. The simplest setup is to use your Pinephone to build the packages (make remote_build_and_install).

Bootstrap development environment on your machine (or on phone):

mkdir sxmo
cd sxmo
git clone git.sr.ht/~mil/sxmo-{dev,dwm,surf,svkbd,st,utils,dmenu}

On phone:

sudo apk add alpine-sdk rsync
echo /home/demo/packages/sourcebuilds/ >> /etc/apk/repositories
sudo addgroup demo abuild
sudo chgrp abuild /var/cache/distfiles
sudo chmod g+w /var/cache/distfiles
abuild-keygen -a -i

Then in sxmo-dev folder run:

make remote_build_and_install pkg=sxmo-dwm v=6.2.4