xclip: take port

This commit is contained in:
Steffen Nurpmeso 2021-02-04 23:54:47 +01:00
parent 2e453fc40c
commit 4218f07abb
2 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+S9pb3nReZLAwdBmRaM2oHk8ITxaapc9/FALbaHaDec45NQ80wcD7uWYQ6hyUlgBBvCnTfA7R2PBhviSY9oJgY=
SHA256 (Pkgfile) = 6cf774f85aba80fc12c13cedb5680817631c9d386d25a571472dd5145214af41
RWSagIOpLGJF3ziHsHkkt+/SAB1B0daPb1rKq8IwJ+ilyVqatbFD1X4GyURIuO7kzN6GZ5ecShhKUGyM+tc6BqTJm/EvuGqDUgA=
SHA256 (Pkgfile) = 8e27e9d5bc4940cebde5de2d190df87368d819ead296e84d6ca64f7c5de3f055
SHA256 (.footprint) = 5356e17d100942ccf8f90393ddf85ef5d88e7a7bc6bdeb2eaae3d2328bfcd439
SHA256 (xclip-0.13.tar.gz) = ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758

View File

@ -1,18 +1,20 @@
# Description: A command line interface to the X11 clipboard
# URL: https://github.com/astrand/xclip
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
# Depends on: xorg-libxmu
name=xclip
version=0.13
release=1
release=2
source=(https://github.com/astrand/xclip/archive/0.13/xclip-0.13.tar.gz)
build() {
cd $name-$version
cd $name-$version
./bootstrap
./configure --prefix=/usr
make
make DESTDIR=$PKG install
./bootstrap
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
}
# s-sh-mode