glow: syntax update

This commit is contained in:
Tim Biermann 2024-01-20 12:25:18 +01:00
parent 8808edeab5
commit 2968e4f63e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38ix54ZO2jQwFm4Bip6AEwm7p5marClQNZDKgWK67OoEld142P/lVZSNbouz2zzUn58oC+Md1D20p+g53cmT0AU=
SHA256 (Pkgfile) = 4611b0feb6a3b0ab7f30bbdfb77da55afc2096102d717b71d2e4ebb704182852
RWSagIOpLGJF30jeKX+IpgrlPqEoziOHJdm2B8Lr32j9wixuKJqekA1EbsrTGinubd6NJA9tZ8HjbtFzR9wSQg+PEagkWqLAAwA=
SHA256 (Pkgfile) = 0149e9dfce5b9ea1a8eb7a5700fc6cffb117bda8dc517d8a98cb89871db15055
SHA256 (.footprint) = ab2b696a3517f67ce535f223aa4e8b36b498ce1463ecaeecf1258f6ceb537840
SHA256 (glow-1.5.1.tar.gz) = b4ecf269b7c6447e19591b1d23f398ef2b38a6a75be68458390b42d3efc44b92

View File

@ -24,6 +24,6 @@ build() {
-buildmode=pie \
-mod=readonly \
-modcacherw \
-o glow .
install -Dm755 glow $PKG/usr/bin/glow
-o $name .
install -Dm755 $name $PKG/usr/bin/$name
}