Skip to content
Permalink
3986da28a6
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
 
 
Cannot retrieve contributors at this time
executable file 26 lines (17 sloc) 312 Bytes
#!/bin/env beesh
SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gtk-doc/${PKGVERSION}/gtk-doc-${PKGVERSION}.tar.bz2"
PATCHURL[0]=""
PGRP=( uncategorized )
# EXCLUDE=""
mee_patch() {
bee_patch
}
mee_configure() {
bee_configure
}
mee_build() {
bee_build
}
mee_install() {
bee_install
}