milis/talimatname/genel/f/formscanner/talimat

19 lines
409 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: Ücretsiz OMR Yazılımı
# URL: https://sourceforge.net/projects/formscanner
# Paketçi: Cihan_Alkan
# Gerekler: openjdk
isim=formscanner
surum=1.1.4
devir=1
kaynak=(https://sourceforge.net/projects/formscanner/files/1.1.4/formscanner-1.1.4.deb)
derle() {
ar x ${SRC}/formscanner-${surum}.deb
tar -xf data.tar.xz -C "${SRC}"
install -dm755 "${PKG}"/usr
mv "${SRC}"/usr/* "${PKG}"/usr
}