diff --git a/main/postmarketos-dev/APKBUILD b/main/postmarketos-dev/APKBUILD new file mode 100644 index 000000000..d7dcf96fa --- /dev/null +++ b/main/postmarketos-dev/APKBUILD @@ -0,0 +1,35 @@ +# Maintainer: Caleb Connolly +pkgname=postmarketos-dev +pkgver=1 +pkgrel=0 +pkgdesc="postmarketOS development tools" +url="https://postmarketos.org" +arch="noarch" +license="MIT" +options="!check" +depends=" + htop + coreutils + nano + psutils + iputils + alpine-sdk + findutils + gawk + bash + bash-completion +" +install="$pkgname.post-install $pkgname.post-deinstall" + +package() { + mkdir -p "$pkgdir/etc/skel" + cat > "$pkgdir/etc/skel/.bashrc" < "$pkgdir/etc/skel/.bash_profile" < neovim symlink..." + ln -s /usr/bin/nvim /usr/local/bin/vim +fi