Added new packages

This commit is contained in:
Eduard Urbach 2024-03-30 18:02:32 +01:00
parent b2b3340c0b
commit 2a89b7aac7
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
5 changed files with 72 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev> # Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-base pkgname=akyoto-base
pkgver=1 pkgver=1
pkgrel=2 pkgrel=3
pkgdesc="Base system configuration" pkgdesc="Base system configuration"
arch=('any') arch=('any')
url="https://git.akyoto.dev/sys/arch" url="https://git.akyoto.dev/sys/arch"
@ -17,6 +17,8 @@ conflicts=(
depends=( depends=(
'base' 'base'
'btop' 'btop'
'cpupower'
'curl'
'dash' 'dash'
'dua-cli' 'dua-cli'
'exa' 'exa'
@ -24,8 +26,6 @@ depends=(
'fd' 'fd'
'fish' 'fish'
'git' 'git'
'git-lfs'
'inetutils'
'less' 'less'
'lsof' 'lsof'
'neovim' 'neovim'
@ -48,9 +48,4 @@ md5sums=(
package() { package() {
install -Dm 0644 dashbinsh.hook "$pkgdir/etc/pacman.d/hooks/dashbinsh.hook" install -Dm 0644 dashbinsh.hook "$pkgdir/etc/pacman.d/hooks/dashbinsh.hook"
}
post_install() {
echo "Relink /usr/bin/sh to dash via:"
echo "ln -sfT dash /usr/bin/sh"
} }

39
desktop/PKGBUILD Normal file
View File

@ -0,0 +1,39 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-desktop
pkgver=1
pkgrel=1
pkgdesc="Desktop packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
'alacritty'
'blender'
'cava'
'code'
'cliphist'
'eog'
'evolution'
'ffmpegthumbnailer'
'file-roller'
'firefox'
'fuzzel'
'ghex'
'gimp'
'gnome-keyring'
'godot'
'greetd'
'grim'
'linux-zen'
'meld'
'mpv'
'nautilus'
'obs-studio'
'pipewire'
'qemu-desktop'
'seahorse'
'slurp'
'tenacity'
'transmission-gtk'
'virt-manager'
)

View File

@ -1,7 +1,7 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev> # Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-devel pkgname=akyoto-devel
pkgver=1 pkgver=1
pkgrel=1 pkgrel=2
pkgdesc="Development packages" pkgdesc="Development packages"
arch=('any') arch=('any')
url="https://git.akyoto.dev/sys/arch" url="https://git.akyoto.dev/sys/arch"
@ -10,4 +10,5 @@ depends=(
'clang' 'clang'
'go' 'go'
'gopls' 'gopls'
'lua-language-server'
) )

17
extra/PKGBUILD Normal file
View File

@ -0,0 +1,17 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-extra
pkgver=1
pkgrel=1
pkgdesc="Extra packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
'ali'
'fdupes'
'ffmpeg'
'git-lfs'
'httpie'
'hyperfine'
'lostfiles'
)

11
server/PKGBUILD Normal file
View File

@ -0,0 +1,11 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-server
pkgver=1
pkgrel=1
pkgdesc="Server packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
'caddy'
)