This commit is contained in:
milisbir 2018-03-08 08:54:05 +02:00
parent 9e31998e2b
commit 407648c787
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Tanım: Birden çok arka plan içeren bir çapraz platform dosya değiştirme monitörü
# URL: https://emcrisostomo.github.io/fswatch/
# Paketçi: Cihan_Alkan
# Gerekler:
# Grup: sistem
isim=fswatch
surum=1.11.2
devir=1
kaynak=(https://github.com/emcrisostomo/fswatch/releases/download/$surum/$isim-$surum.tar.gz)
derle() {
cd "$isim-$surum"
./configure --prefix=/usr
make
make DESTDIR="$PKG/" install
}