Skip to content
Permalink
update-libxslt…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@david
Latest commit 6f4ee0b Apr 15, 2019 History
Argon2 is a password-hashing function, which keepasxc need.
1 contributor

Users who have contributed to this file

executable file 35 lines (24 sloc) 657 Bytes
#!/usr/bin/env beesh
# BEE_VERSION argon2-20171227-0
SRCURL[0]="https://github.com/P-H-C/phc-winner-argon2/archive/${PKGVERSION}.tar.gz argon2-20171227.tar.gz"
# PATCHURL+=()
build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
mee_build() {
bee_build OPTTARGET=generic
}
mee_install() {
bee_install OPTTARGET=generic
install -Dm644 man/${PKGNAME}.1 ${D}${MANDIR}/man1/${PKGNAME}.1
install -Dm644 lib${PKGNAME}.pc ${D}${LIBDIR}/pkgconfig/lib${PKGNAME}.pc
}
## by default this may be 'make install DESTDIR="${D}"'