milis/talimatname/genel/a/aufs-utils/talimat

20 lines
457 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: aufs-utils
# URL: git.code.sf.net/p/aufs/aufs-util
# Paketçi: milisarge
# Gerekler:
name=aufs-utils
version=20160301
release=1
source=()
derle() {
git clone git://git.code.sf.net/p/aufs/aufs-util aufs-aufs-util
cd aufs-aufs-util
date -d @$(git log -n1 --pretty=format:%ct) '+%Y%m%d'
git checkout "$(git for-each-ref --format='%(refname:short)' --sort=-refname:short "*/*/*/aufs[0-9].[0-9]*" --count=1)"
make
make install DESTDIR=$PKG/
}