Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
774 B

name=profile-sync-daemon
version=6.31
update_url="https://github.com/graysky2/$name/releases"
update_names="/archive/v$version.tar.gz"
dlextract "https://github.com/graysky2/$name/archive/v$version/$name-$version.tar.gz" \
'159cabc39972be8d72e760a0025b5cd9'
extrafile "$name-$version-fix-filenames-with-spaces.patch"
header_end
cd "$name-$version"
patch -p0 -i "../$name-$version-fix-filenames-with-spaces.patch"
make install-bin install-man COMPRESS_MAN=0 \
DESTDIR="$dir_install" \
PREFIX="/$dir_prefix" \
BINDIR="/$dir_prefix/$dir_bindir" \
SHAREDIR="/$dir_prefix/$dir_datadir/psd" \
MANDIR="/$dir_prefix/$dir_mandir/man1" \
ZSHDIR="/$dir_prefix/$dir_datadir/zsh/site-functions"
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: