New package: libhomfly-1.02r6
This commit is contained in:
parent
b5dfc9935e
commit
52f4c08c1c
4 changed files with 29 additions and 0 deletions
|
@ -4040,6 +4040,7 @@ libmariadb.so.3 libmariadbclient-10.5.9_1
|
|||
libmariadbd.so.19 libmariadbclient-10.5.9_1
|
||||
libinstpatch-1.0.so.2 libinstpatch-1.1.6_1
|
||||
libbasu.so.0 basu-0.2.0_1
|
||||
libhomfly.so.0 libhomfly-1.02r6_1
|
||||
libXcomp.so.3 nx-libs-3.5.99.24_1
|
||||
libXcompshad.so.3 nx-libs-3.5.99.24_1
|
||||
libNX_X11.so.6 nx-libs-3.5.99.24_1
|
||||
|
|
1
srcpkgs/libhomfly-devel
Symbolic link
1
srcpkgs/libhomfly-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libhomfly
|
26
srcpkgs/libhomfly/template
Normal file
26
srcpkgs/libhomfly/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'libhomfly'
|
||||
pkgname=libhomfly
|
||||
version=1.02r6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="gc-devel"
|
||||
short_desc="Library to compute the homfly polynomial of knots and links"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="custom:unlicense"
|
||||
homepage="https://github.com/miguelmarco/libhomfly/"
|
||||
distfiles="https://github.com/miguelmarco/libhomfly/releases/download/${version}/libhomfly-${version}.tar.gz"
|
||||
checksum=f990d991d29a590c54b09eff68bc209c4cf2b8b12d945351688d2db8a0d30979
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libhomfly-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
1
srcpkgs/libhomfly/update
Normal file
1
srcpkgs/libhomfly/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='/archive/refs/tags/\K[\d.r]+(?=\.tar\.gz")'
|
Loading…
Reference in a new issue