first commit
This commit is contained in:
3
src/xrefresh/.gitignore
vendored
Normal file
3
src/xrefresh/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/xrefresh/changes.md
Normal file
2
src/xrefresh/changes.md
Normal file
@ -0,0 +1,2 @@
|
||||
# 1.0.7
|
||||
First version
|
16
src/xrefresh/pkg.sh
Normal file
16
src/xrefresh/pkg.sh
Normal file
@ -0,0 +1,16 @@
|
||||
NAME="xrefresh"
|
||||
DESC="Refresh all or part of an X screen"
|
||||
VERSION="1.0.7"
|
||||
FILES=("https://www.x.org/pub/individual/app/xrefresh-1.0.7.tar.xz")
|
||||
HASHES=("33b04489e417d73c90295bd2a0781cbb")
|
||||
DEPENDS=("libx11")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.xz
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure $XORG_CONFIG
|
||||
make && make DESTDIR=${ROOTDIR} install
|
||||
|
||||
cd .. && rm -rf $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user