Skip to content
Permalink
install-openss…
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
@wwwutz
Latest commit ea9c48e Sep 17, 2020 History
- SRCURL
2 contributors

Users who have contributed to this file

@david @wwwutz
executable file 24 lines (17 sloc) 414 Bytes
#!/bin/env beesh
# BEE_VERSION libxklavier-5.4-1
# SRCURL[0]="https://people.freedesktop.org/~svu/libxklavier-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/13af74dcb6011ecedf1e3ed122bd31fa/libxklavier-5.4.tar.bz2"
# PATCHURL[0]=""
#mee_patch() {
# bee_patch
#}
mee_configure() {
bee_configure --disable-static
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}