From git version to release version

This commit is contained in:
jolupa 2019-07-07 14:24:27 +02:00 committed by GitHub
parent f11df4c395
commit 456e1cc1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,20 +4,16 @@
# Depends on: optipng gtk3 sassc
name=greybird-xfce
version=git
release=4
source=()
version=3.22.10
release=1
source=(https://github.com/shimmerproject/Greybird/archive/v$version.tar.gz)
build() {
if cd "$name-$version" 2> /dev/null; then
git pull
else
git clone https://github.com/shimmerproject/Greybird.git "$name-$version"
cd "$name-$version"
fi
cd Greybird-$version
./autogen.sh \
--prefix=/usr
--prefix=/usr
make
make DESTDIR=$PKG install