diff x11/luit/luit.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 57dc83a39b13
children a47aaf9743a0
line wrap: on
line diff
--- a/x11/luit/luit.sh	Thu Sep 30 09:05:45 2021 +0200
+++ b/x11/luit/luit.sh	Thu Sep 30 09:26:38 2021 +0200
@@ -15,16 +15,7 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-PKGNAME=luit
-PKGVERSION=1.1.1
-PKGREVISION=1
-PKGLICENSE="CUSTOM"
-PKGSUMMARY="X.Org filter for terminal and application encoding conversion"
-PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="libfontenc
-            libx11
-            util-macros:build
-            xorgproto:build"
+. ./luit.info
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}