diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
| commit | ae4593e20cef97c7323d522b40994a59425cd6d5 (patch) | |
| tree | 7b3e8750bbbfa32e917869e325027108ee59ee85 /repos/xorg/rxvt-unicode/abuild | |
| parent | b5aa76f45da627817380276080b2b8bba6e74f68 (diff) | |
| download | alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.tar.gz alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.zip | |
added xorg repo
Diffstat (limited to 'repos/xorg/rxvt-unicode/abuild')
| -rw-r--r-- | repos/xorg/rxvt-unicode/abuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repos/xorg/rxvt-unicode/abuild b/repos/xorg/rxvt-unicode/abuild new file mode 100644 index 00000000..e9693a34 --- /dev/null +++ b/repos/xorg/rxvt-unicode/abuild @@ -0,0 +1,11 @@ +name=rxvt-unicode +version=9.31 +release=1 +source="http://dist.schmorp.de/${name}/${name}-${version}.tar.bz2 + screen_c_9_30.diff + perl-5.38.patch" +export TERMINFO=$PKG/usr/share/terminfo + +prebuild() { + mkdir -p $PKG/usr/share/terminfo +} |