1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-15 04:41:50 +00:00
VirtScreen/package/debian/_common.sh

7 lines
138 B
Bash
Raw Normal View History

2018-05-25 18:35:57 +00:00
#!/bin/bash
2018-06-18 06:56:56 +00:00
PKGVER=0.2.1
2018-05-25 18:35:57 +00:00
# Required for debmake
DEBEMAIL="k.bumsik@gmail.com"
DEBFULLNAME="Bumsik Kim"
export PKGVER DEBEMAIL DEBFULLNAME