Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,10 @@ +ld-linux-x86-64.so.2 +libc.so.6 +libdl.so.2 +libfontconfig.so.1 +libfreetype.so.6 +libgcc_s.so.1 +libm.so.6 +libpthread.so.0 +librt.so.1 +libutil.so.1 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,31 @@ +name : alacritty +version : 0.2.4 +release : 1 +source : + - https://github.com/jwilm/alacritty/archive/v0.2.4.tar.gz : f2d2bf02ffa538fb94e9679260be9c32e52fa4e81d36b8005700fc8b30a84761 +license : Apache-2.0 +component : system.utils +summary : A cross-platform, GPU-accelerated terminal emulator +description: | + Alacritty is the fastest terminal emulator in existence. + Using the GPU for rendering enables optimizations that simply aren't possible in other emulators. +networking : yes +builddeps : + - pkgconfig(freetype2) + - pkgconfig(fontconfig) + - cargo +build : | + cargo update + cargo build --release +install : | + install -Dm00755 target/release/alacritty -t $installdir/usr/bin + install -Dm00644 alacritty.yml -t $installdir/usr/share/alacritty/ + + tic -e alacritty,alacritty-direct alacritty.info + + install -Dm00644 alacritty-completions.bash $installdir/usr/share/bash-completion/completion/alacritty + install -Dm00644 alacritty-completions.zsh $installdir/usr/share/zsh/site-functions/_alacritty + install -Dm00644 alacritty-completions.fish $installdir/usr/share/fish/vendor_completions.d/alacritty + + install -Dm00644 alacritty.desktop $installdir/usr/share/applications/alacritty.desktop + install -Dm00644 alacritty.man $installdir/usr/share/man/man1/alacritty.1 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,42 @@ + + + alacritty + + Robert Guenzler + robert@gnzler.io + + Apache-2.0 + system.utils + A cross-platform, GPU-accelerated terminal emulator + Alacritty is the fastest terminal emulator in existence. +Using the GPU for rendering enables optimizations that simply aren't possible in other emulators. + + https://solus-project.com/sources/README.Solus + + + alacritty + A cross-platform, GPU-accelerated terminal emulator + Alacritty is the fastest terminal emulator in existence. +Using the GPU for rendering enables optimizations that simply aren't possible in other emulators. + + system.utils + + /usr/bin/alacritty + /usr/share/alacritty/alacritty.yml + /usr/share/applications/alacritty.desktop + /usr/share/bash-completion/completion/alacritty + /usr/share/fish/vendor_completions.d/alacritty + /usr/share/man/man1/alacritty.1 + /usr/share/zsh/site-functions/_alacritty + + + + + 2018-12-11 + 0.2.4 + Packaging update + Robert Guenzler + robert@gnzler.io + + + \ No newline at end of file