Skip to content
Permalink
1b740d97b9
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 4a98265 Feb 10, 2020 History
- fixed SRCURL
2 contributors

Users who have contributed to this file

@wwwutz @donald
executable file 39 lines (27 sloc) 668 Bytes
#!/usr/bin/env beesh
# BEE_VERSION xdg-utils-1.1.3-1
# more info: https://www.freedesktop.org/wiki/Software/xdg-utils/
# 'portland' is obsolete but download link still points to it
# SRCURL[0]="https://portland.freedesktop.org/download/xdg-utils-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/902042508b626027a3709d105f0b63ff/xdg-utils-1.1.3.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
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}