Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions srcpkgs/tokyocabinet/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ makedepends="zlib-devel bzip2-devel"
short_desc="Modern implementation of DBM"
maintainer="mobinmob <mobinmob@disroot.org>"
license="LGPL-2.1-only"
homepage="https://fallabs.com/tokyocabinet/"
distfiles="https://fallabs.com/tokyocabinet/tokyocabinet-${version}.tar.gz"
homepage="https://dbmx.net/tokyocabinet/"
distfiles="https://dbmx.net/tokyocabinet/tokyocabinet-${version}.tar.gz"
checksum=a003f47c39a91e22d76bc4fe68b9b3de0f38851b160bbb1ca07a4f6441de1f90

post_install() {
vlicense "$DESTDIR"/usr/share/tokyocabinet/COPYING
rm -f "$DESTDIR"/usr/share/tokyocabinet/COPYING
rm -r "$DESTDIR/usr/share/tokyocabinet/doc"
}

tokyocabinet-devel_package() {
depends="$makedepends tokyocabinet-${version}_${revision}"
short_desc+=" - development files"
Expand Down