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,28 @@ +name : alacritty +version : 0.2.3 +release : 1 +source : + - https://github.com/jwilm/alacritty/archive/v0.2.3.tar.gz : 52d433381afce036a1744772e2ef0f3a9be3bc4eb24e5cf384a6b1b792340e05 +license : Apache 2.0 +component : system.utils +summary : A cross-platform, GPU-accelerated terminal emulator +description: "Alacritty is the fastest terminal emulator in existence. \nUsing the GPU for rendering enables optimizations that simply aren't possible in other emulators.\n" +networking : yes +builddeps : + - pkgconfig(freetype2) + - pkgconfig(fontconfig) + - cargo +build : | + cargo build --release +install : | + install -D -m 00755 target/release/alacritty -t $installdir/usr/bin + install -D -m 00644 alacritty.yml -t $installdir/usr/share/alacritty/ + + # TODO(robertgzr): like this? + tic -e alacritty,alacritty-direct alacritty.info + + install -D -m 00644 alacritty-completions.bash $installdir/usr/share/bash-completion/completion/alacritty + install -D -m 00644 alacritty-completions.zsh $installdir/usr/share/zsh/site-functions/_alacritty + + install -D -m 00644 alacritty.desktop $installdir/usr/share/applications/alacritty.desktop + install -D -m 00644 alacritty.man $installdir/usr/share/man/man1/alacritty.1 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,41 @@ + + + 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/man/man1/alacritty.1 + /usr/share/zsh/site-functions/_alacritty + + + + + 2018-11-15 + 0.2.3 + Packaging update + Robert Guenzler + robert@gnzler.io + + + \ No newline at end of file