parent
20fca6b109
commit
6e99a6245f
4 changed files with 43 additions and 0 deletions
|
@ -4046,3 +4046,4 @@ libsmb-transport-samba4.so samba-libs-4.13.2_1
|
|||
libtdb-wrap-samba4.so samba-libs-4.13.3_1
|
||||
libutil-cmdline-samba4.so samba-libs-4.13.2_1
|
||||
libwinbind-client-samba4.so samba-libs-4.13.2_1
|
||||
libsixel.so.1 libsixel-1.8.6_1
|
||||
|
|
1
srcpkgs/libsixel-devel
Symbolic link
1
srcpkgs/libsixel-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libsixel
|
1
srcpkgs/libsixel-util
Symbolic link
1
srcpkgs/libsixel-util
Symbolic link
|
@ -0,0 +1 @@
|
|||
libsixel
|
40
srcpkgs/libsixel/template
Normal file
40
srcpkgs/libsixel/template
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Template file for 'libsixel'
|
||||
pkgname=libsixel
|
||||
version=1.8.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="libpng-devel zlib-devel libjpeg-turbo-devel"
|
||||
short_desc="SIXEL encoder/decoder"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/saitoha/libsixel"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9
|
||||
|
||||
libsixel-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/libsixel-config
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libsixel-util_package() {
|
||||
short_desc+=" - utilities"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/img2sixel
|
||||
vmove usr/bin/sixel2png
|
||||
vmove usr/share/bash-completion
|
||||
vmove usr/share/zsh
|
||||
vmove usr/share/man/man1
|
||||
}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue